Big Float.Atan 2Pi Method
            
            Computes the arc-tangent for the quotient of two values and divides the result by pi.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The arc-tangent of y divided-by x, divided by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static BigFloat Atan2Pi(
	BigFloat y,
	BigFloat x
)Parameters
Return Value
BigFloatThe arc-tangent of y divided-by x, divided by pi.