ceil method

MathValue ceil()

Implementation

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