Next: acosh-asinh-atanh, Previous: abs, Up: C library functions [Index]
acos
Function#include <math.h> Integer new i; i = acos (0.5);
Ctalk does not check if the argument is outside the range -1 to 1 and
does not check for an error. Refer to the, acos
, manual page.