Next: , Previous: , Up: C library functions   [Index]


acosh-asinh-atanh

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.