fasin static method

double fasin(
  1. double x
)

Implementation

static double fasin( double x ){
	return _radToAng( ClipMath.asin( x ) );
}