Description Find the arccos of x. This is the inverse trig function of cos(x). y = cos(x) x = arccos(y) Definition float acos(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 arccos of x. This is the inverse trig function of cos(x). y = cos(x) x = arccos(y)
y = cos(x) x = arccos(y)
float acos(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