atanh

Computes hyperbolic arc-tangent of the given value.

@safe @nogc nothrow pure pragma(inline, true)
T
atanh
(
T
)
(
T x
)
if (
__traits(isFloating, T)
)

Parameters

x T

The value

Return Value

Type: T

The hyperbolic arc-tangent of x.

Meta