Quad.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.0.3
C#
The arc-tangent of y divided-by x, divided by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Atan2Pi(
Quad y,
Quad x
)
Parameters
Return Value
QuadThe arc-tangent of y divided-by x, divided by pi.