Synopsis
#include <math.h>
float asinhf(float x);
Description
asinhf returns the inverse hyperbolic sine of x.
Portability
asinhf conforms to ISO/IEC 9899:1999 (C99).
#include <math.h>
float asinhf(float x);
asinhf returns the inverse hyperbolic sine of x.
asinhf conforms to ISO/IEC 9899:1999 (C99).