floor method

MathValue floor()

Implementation

MathValue floor(){
	return complexToValue( _complex().floor() );
}