compute the inverse hyperbolic sine
#include <math.h> double asinh( double x );
The asinh() function computes the inverse hyperbolic sine of x.
The inverse hyperbolic sine value.
#include <stdio.h> #include <math.h> void main() { printf( "%f\n", asinh( 0.5 ) ); }
produces the output:
0.481212
WATCOM
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
acosh(), atanh(), sinh(), errno, matherr()