Mathematical Library Functions asinh(3M)
NAME
asinh, asinhf, asinhl - inverse hyperbolic sine functions
SYNOPSIS
cc [ flag... ] file... -lm [ library... ]
#include
double asinh(double x);float asinhf(float x);
long double asinhl(long double x);DESCRIPTION
These functions compute the inverse hyperbolic sine of their argument x.RETURN VALUES
Upon successful completion, these functions return the inverse hyperbolic sine of their argument. If x is NaN, NaN is returned.If x is +_0 or +_Inf, x is returned.
ERRORS
No errors are defined.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 1 Sep 2002 1
Mathematical Library Functions asinh(3M)____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
| Standard | See standards(5). ||_____________________________|_____________________________|
SEE ALSO
math.h(3HEAD), sinh(3M), attributes(5), standards(5)SunOS 5.11 Last change: 1 Sep 2002 2