Click or drag to resize

NMathFunctionsAtan2(Double, Double) Method

Calculates the arctangent of the two double-precision floating point numbers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Atan2(
	double d,
	double e
)

Parameters

d  Double
A double-precision floating point number.
e  Double
A double-precision floating point number.

Return Value

Double
The arctangent of d and e.
See Also