factorial method

MathValue factorial()

Implementation

MathValue factorial(){
	return floatToValue( ClipMath.factorial( toFloat() ) );
}