Method Tau
Tau(Int32)
Calculates the number of radians in one turn, specified by the constant, τ rounded to the specified number of decimal digits..
Declaration
public static BigRational Tau(int digits)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | digits | The number of decimal digits to calculate. |
Returns
| Type | Description |
|---|---|
| BigRational | τ rounded to the specified number of decimal digits. |
Tau()
Calculates π rounded to MaxDigits.
Calculates the number of radians in one turn, specified by the constant, τ rounded to the specified number of decimal digits..
Declaration
public static BigRational Tau()
Returns
| Type | Description |
|---|---|
| BigRational | τ rounded to MaxDigits. |