|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
ASINH(3) BSD Library Functions Manual ASINH(3)
NAME
asinh -- inverse hyperbolic sine function
SYNOPSIS
#include <math.h>
double
asinh(double x);
long double
asinhl(long double x);
float
asinhf(float x);
DESCRIPTION
The asinh() function computes the inverse hyperbolic sine of the real argument
SPECIAL VALUES
asinh(+-0) returns +-0.
asinh(+-infinity) returns +-infinity.
SEE ALSO
acosh(3), atanh(3), exp(3), math(3)
STANDARDS
The asinh() function conforms to ISO/IEC 9899:1999(E).
4.3 Berkeley Distribution November 18, 2002 4.3 Berkeley Distribution
|
|