Query: asinh
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ASINH(3) BSD Library Functions Manual ASINH(3)NAMEasinh, asinhf -- inverse hyperbolic sine functionLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> double asinh(double x); float asinhf(float x);DESCRIPTIONThe asinh() and asinhf() functions compute the inverse hyperbolic sine of the real argumentRETURN VALUESThe asinh() and asinhf() functions return the inverse hyperbolic sine of x.SEE ALSOacosh(3), atanh(3), exp(3), math(3)HISTORYThe asinh() function appeared in 4.3BSD.BSDMay 6, 1991 BSD
Related Man Pages |
---|
asinhf(3) - linux |
asinhl(3) - linux |
asinh(3) - debian |
asinhl(3) - debian |
asinhf(3m) - opensolaris |