BigFloat.Atanh(BigFloat) Method

Returns the inverse hyperbolic tangent of a number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Atanh(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat value.

Return Value

BigFloat
The inverse hyperbolic tangent of value.

Remarks

The result has the same relative accuracy as value. Significant round-off error may occur for values close to 1 in absolute value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also