Category:
Mathematical
Returns the arctangent (in radians) of a number.
Syntax
atan(
x Numeric
): Numeric
Parameters
x is a number, which is a tangent of the angle to return.
Return value
Type: Numeric.
Examples of using
atan(3)
atan function |
Category:
Mathematical
Returns the arctangent (in radians) of a number.
atan(
x Numeric
): Numeric
x is a number, which is a tangent of the angle to return.
Type: Numeric.
atan(3)