fcos static method

double fcos(
  1. double x
)

Implementation

static double fcos( double x ){
	return ClipMath.cos( _angToRad( x ) );
}