Method TanPi
TanPi(BigRational, Int32)
Computes the tangent of a value that has been multipled by pi.
Declaration
public static BigRational TanPi(BigRational x, int digits)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value, in half-revolutions, that is multipled by |
| System.Int32 | digits | The maximum number of fractional decimal digits in the return value.digits |
Returns
| Type | Description |
|---|---|
| BigRational | The tangent of |
Remarks
The desired precision can preset by MaxDigits
TanPi(BigRational)
Computes the tangent of a value that has been multipled by pi.
Declaration
public static BigRational TanPi(BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value, in half-revolutions, that is multipled by |
Returns
| Type | Description |
|---|---|
| BigRational | The tangent of |
Remarks
Part of the new NET 7 number type system see System.Numerics.ITrigonometricFunctions`1.TanPi(`0).
The desired precision can preset by MaxDigits