Query: asinh
OS: bsd
Section: 3m
Links: bsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ASINH(3M) ASINH(3M)NAMEasinh, acosh, atanh - inverse hyperbolic functionsSYNOPSIS#include <math.h> double asinh(x) double x; double acosh(x) double x; double atanh(x) double x;DESCRIPTIONThese 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). 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.DIAGNOSTICSAcosh 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 ALSOmath(3M), exp(3M), infnan(3M)AUTHORW. Kahan, Kwok-Choi Ng 4.3 Berkeley Distribution May 12, 1986 ASINH(3M)