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