SECH函数返回某个Angular的双曲正割。双曲正割是双曲余弦的倒数。因此,双曲正割的值由等式给出-
$$\sinh\left(x\right)=\frac {1} {\cosh\left(x\right)} =\frac {2} {e ^ x + e ^ {-x}} $$
SECH (number)
Argument | 描述 | Required/Optional |
---|---|---|
Number | Number is the angle in radians for which you want the hyperbolic secant. | Required |
数字的绝对值必须小于2 ^ 27
如果Angular为度,则将Angular乘以PI()/180或使用RADIANS函数将Angular转换为弧度
= RADIANS(度)
如果数字超出其限制,则SECH返回#NUM!错误值。
如果数字为非数值,则SECH返回#VALUE!错误值。
Excel 2013,Excel 2016
这一章《JavaScript - SECH 函数》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持
结合 promise.then 和 async 函数的打印序列 JavaScript 测验
如何在包含文档中对象的对象数组中搜索特定字段并在firestore(fi...