Query: asinhf
OS: opensolaris
Section: 3m
Links: opensolaris 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) Mathematical Library Functions asinh(3M)NAMEasinh, asinhf, asinhl - inverse hyperbolic sine functionsSYNOPSIScc [ flag... ] file... -lm [ library... ] #include <math.h> double asinh(double x); float asinhf(float x); long double asinhl(long double x);DESCRIPTIONThese functions compute the inverse hyperbolic sine of their argument x.RETURN VALUESUpon 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.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmath.h(3HEAD), sinh(3M), attributes(5), standards(5) SunOS 5.11 1 Sep 2002 asinh(3M)