Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回一个数字的反正切值(以弧度表示)。在 UltraLite 中支持,但在 UltraLiteJ 中不支持。
ATAN( numeric-expression )
ATAN 和 TAN 函数互为逆运算。
numeric-expression 角度的正切值。
DOUBLE
此函数将其参数转换为 DOUBLE,并以双精度浮点运算执行计算。
SQL/2008 服务商扩充。
以下语句返回 0.52 的反正切值。
SELECT ATAN( 0.52 );