Quad.Atan2Pi 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.0
C#
public static Quad Atan2Pi(
	Quad y,
	Quad x
)

Parameters

y  Quad
The y-coordinate of a point.
x  Quad
The x-coordinate of a point.

Return Value

Quad
The arc-tangent of y divided-by x, divided by pi.

Implements

IFloatingPointIeee754<TSelf>.Atan2Pi(TSelf, TSelf)

See Also