Decimal Math.Atanh Method
Returns the inverse hyperbolic tangent of a decimal number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The inverse hyperbolic tangent of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal Atanh(
decimal x
)
Parameters
- x Decimal
- A decimal number.
Return Value
DecimalThe inverse hyperbolic tangent of x.