Summary

public static float Atan(float x)

Faster Atan implementation. Good only in the [-pi/2, pi/2] range.

Returns

float

Parameters

Summary

public static double Atan(double x)

Faster Atan implementation. Good only in the [-pi/2, pi/2] range.

Returns

double

Parameters