Click or drag to resize

NMathFunctionsAtan2(Single, Single) Method

Calculates the arctangent of the two floating point numbers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Atan2(
	float f,
	float g
)

Parameters

f  Single
A floating point number.
g  Single
A floating point number.

Return Value

Single
The arctangent of f and g.
See Also