Quad.Atanh Method

Returns the inverse hyperbolic tangent of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Atanh(
	Quad x
)

Parameters

x  Quad
A number.

Return Value

Quad
The inverse hyperbolic tangent of x.

Implements

IHyperbolicFunctions<TSelf>.Atanh(TSelf)

See Also