atanh

View page source

The Inverse Hyperbolic Tangent Function: atanh

Syntax

y = atanh ( x )

Description

The inverse hyperbolic tangent function is defined by x == tanh ( y ) .

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Example

The file atanh.cpp contains an example and test of this function.