Method Atan2Pi
Atan2Pi(BigRational, BigRational)
Computes the arc-tangent of the quotient of two values and divides the result by pi.
Declaration
public static BigRational Atan2Pi(BigRational y, BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | y | The y-coordinate of a point. |
| BigRational | x | The x-coordinate of a point. |
Returns
| Type | Description |
|---|---|
| BigRational | The arc-tangent of y divided by x divided by pi. |
Remarks
Part of the new NET 7 number type system.
The desired precision can preset by MaxDigits