The ATAN function returns the arctangent, or inverse tangent, of a number. The returned angle is given in radians between -π/2 and +π/2. The arctangent is the angle whose tangent is number.
ATAN (number)
Argument | 描述 | Required/Optional |
---|---|---|
Number | The tangent of the angle you want. | Required |
如果您希望将ATAN函数返回的Angular表示为度,则可以将其转换,
使用Excel度数功能(= DEGREES(弧度))
,或乘以180/PI()
来源:LearnFk无涯教程网
如果指定的数字未被识别为数字值,则ATAN返回#VALUE!错误
Excel 2007,Excel 2010,Excel 2013,Excel 2016
这一章《JavaScript - ATAN 函数》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持
Material UI styled() 实用程序 - 如何递归更改突出显示的文本背...
Google Sheet App Script:将 1 个值从一张表匹配到另一张表,然...
正则表达式(Regex)不适用于坐标javascript的所有样本