Atan()

Math::Atan(double) method

Calculates the arctan of the specified value.

static double System::Math::Atan(double d)

Arguments

ParameterTypeDescription
ddoubleThe value to calculate arctan of

Return Value

Arctan of d

See Also