atan2f

Computes arc-tangent of the given value, using signs to determine quadrant.

Parameters

y float

value

x float

value

Return Value

Type: float

The arc-tangent of y / x.

Meta