Query: atanh
OS: ultrix
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
asinh(3m) asinh(3m) Name asinh, acosh, atanh - inverse hyperbolic functions Syntax #include <math.h> double asinh(x) double x; double acosh(x) double x; double atanh(x) double x; Description The and functions compute the designated inverse hyperbolic functions for real arguments. Errors Because of Roundoff, Etc. These functions inherit much of their error from the function. Diagnostics The function returns the default quiet NaN if the argument is less than one. The function returns the default quiet NaN if the argument has an absolute value greater than or equal to one. See Also exp(3m), math(3m) RISC asinh(3m)
Related Man Pages |
---|
asinh(3m) - sunos |
asinh(3) - suse |
asinhf(3) - suse |
atanhf(3) - freebsd |
atanh(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |