Next: asctime, Previous: acos, Up: C library functions [Index]
acosh,
asinh,
and atanh
Functions#include <math.h> Float new myFloat; myFloat = acosh (2.0);
Ctalk does not check the range of the arguments or errors. Refer to the, acosh(3), asinh(3), and atanh(3) manual pages.