ASINH(3M) — Kubota Pacfic Computer Inc. (Math Libraries)
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.)
On a VAX, acosh is accurate to about 3 ulps, asinh and atanh to about 2 ulps. An ulp is one Unit in the Last Place carried.
DIAGNOSTICS
acosh returns the reserved operand on a VAX if the argument is less than 1.
atanh returns the reserved operand on a VAX if the argument has absolute value bigger than or equal to 1.
SEE ALSO
AUTHOR
W. Kahan, Kwok−Choi Ng
September 02, 1992