asinh, asinhf : inverse hyperbolic sine
Synopsis
Section titled “Synopsis”#include <math.h>double asinh(double x);float asinhf(float x);```### Description
asinh calculates the inverse hyperbolic sine of x. asinh is defined as asinhf is identical, other than taking and returning floats.### Returns
asinh and asinhf return the calculated value.
---
**Authoritative source**: BUSMASTER DITA help source `asinh.dita`, compiled into `BUSMASTER.CHM` with the application.