asinh Function (ROM Call 0x287*)

math.h, timath.h

float asinh (float x);

Floating point hyperbolic area sine.

asinh returns the hyperbolic area sine of floating point argument x. Hyperbolic area sine is defined as log(x+sqrt(x*x+1)).


Uses: fabs, is_transfinite, sqrt, TIOS_abs, _bcd_math
Used by: push_asinh