facos static method

double facos(
  1. double x
)

Implementation

static double facos( double x ){
	return _radToAng( ClipMath.acos( x ) );
}