ftan static method

double ftan(
  1. double x
)

Implementation

static double ftan( double x ){
	return ClipMath.tan( _angToRad( x ) );
}