Next: BESJ0, Previous: ATAN2, Up: Intrinsic Procedures
ATANH
— Hyperbolic arctangent functionATANH(X)
computes the hyperbolic arctangent of X (inverse
of TANH(X)
).
RESULT = ATANH(X)
X | The type shall be REAL(*) with a magnitude
that is less than or equal to one.
|
REAL(*)
and it lies in the
range -\infty \leq \atanh(x) \leq \infty.
PROGRAM test_atanh REAL, DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /) WRITE (*,*) ATANH(x) END PROGRAM
Name | Argument | Return type | Standard
|
DATANH(X) | REAL(8) X | REAL(8) | GNU extension
|