abs method

MathFract abs()

Implementation

MathFract abs(){
	return MathFract( false, _nu, _de );
}