fatan static method

double fatan(
  1. double x
)

Implementation

static double fatan( double x ){
	return _radToAng( ClipMath.atan( x ) );
}