描述
SEC函数返回Angular的割线。
语法
SEC (number)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Number | Number is the angle in radians for which you want the secant. | Required |
Notes
-
数字的绝对值必须小于2 ^ 27
-
如果Angular为度,则将Angular乘以PI()/180或使用RADIANS函数将Angular转换为弧度
= RADIANS(度)
-
如果数字超出其限制,则SEC返回#NUM!错误值。
-
如果数字为非数字值,则SEC返回#VALUE!错误值。
适用性
Excel 2013,Excel 2016
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-math-trignometric-sec-function.html
标签:Required,数字,JavaScript,Excel,无涯,Number,SEC,Angular From: https://blog.51cto.com/u_14033984/7524557