This function evaluates the arc hyperbolic sine.
ASINH — Function value. (Output)
X — Argument for which the arc hyperbolic sine is desired. (Input)
Specific: The specific interface names are ASINH, DASINH, CASINH, and ZASINH.
Double: The double precision function name is DASINH.
Complex: The complex name is CASINH.
Double Complex: The double complex name is ZASINH.
The function ASINH(X) computes the inverse hyperbolic sine of x, sinh−1x.
For complex arguments, almost all arguments are legal. Only when |z| > b/2 can an overflow occur, where b = AMACH(2) is the largest floating point number. This error is not detected by ASINH.
In this example, sinh−1(2.0) is computed and printed.
99999 FORMAT (' ASINH(', F6.3, ') = ', F6.3)
In this example, sinh−1(−1 + i) is computed and printed.
99999 FORMAT (' ASINH((', F6.3, ',', F6.3, ')) = (', &
ASINH((-1.000, 1.000)) = (-1.061, 0.666)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |