Tan()
语法
Result.f = Tan(Angle.f)概要
Returns the tangent of the specified angle.
参数
Angle.f The input angle in radian. The Radian() function can be used to transform an angle from degrees to radian.
返回值
Returns the tangent of the specified angle.
Remarks
The inverse function of Tan() is ATan(). This function can handle float and double values.
示例
Debug Tan(0.785398) ; will display '1'
参阅
ATan(), ATan2(), TanH(), Radian()
已支持操作系统
所有