ASINH(3M) — Unix Programmer’s Manual
NAME
asinh, acosh, atanh − inverse hyperbolic functions
SYNOPSIS
#include <math.h>
double asinh(x)
double x;
double acosh(x)
double x;
double atanh(x)
double x;
DESCRIPTION
These functions compute the designated inverse hyperbolic functions for real arguments.
ERROR (due to Roundoff etc.)
These functions inherit much of their error from log1p described in exp(3M).
SEE ALSO
6 BSD — May 12, 1986