Atan
Summary
public static float Atan(float x)
Faster Atan implementation. Good only in the [-pi/2, pi/2] range.
Returns
Parameters
- float x
Summary
public static double Atan(double x)
Faster Atan implementation. Good only in the [-pi/2, pi/2] range.
Returns
Parameters
- double x