Method Atanh
Atanh(BigRational, Int32)
Computes the hyperbolic arc-tangent of a value.
Declaration
public static BigRational Atanh(BigRational x, int digits)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value, in radians, whose hyperbolic arc-tangent is to be computed. |
| System.Int32 | digits | The maximum number of fractional decimal digits in the return value. |
Returns
| Type | Description |
|---|---|
| BigRational | The hyperbolic arc-tangent of |
Atanh(BigRational)
Computes the hyperbolic arc-tangent of a value.
Declaration
public static BigRational Atanh(BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value, in radians, whose hyperbolic arc-tangent is to be computed. |
Returns
| Type | Description |
|---|---|
| BigRational | The hyperbolic arc-tangent of |
Remarks
Part of the new NET 7 number type system see System.Numerics.IHyperbolicFunctions`1.Atanh(`0).
The desired precision can preset by MaxDigits