Description Find the arctan of x. This is the inverse trig function of tan(x). y = tan(x) x = arctan(y) Definition float atan(float x) Library LIB/math_lib.bas Usage On entry: x is the value to be converted On exit: Return valid result or NaN
Find the arctan of x. This is the inverse trig function of tan(x). y = tan(x) x = arctan(y)
y = tan(x) x = arctan(y)
float atan(float x)
LIB/math_lib.bas
On entry: x is the value to be converted On exit: Return valid result or NaN
x is the value to be converted
Return valid result or NaN