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