fractToValue static method

MathValue fractToValue(
  1. MathFract x
)

Implementation

static MathValue fractToValue( MathFract x ){
	return MathValue().setFract( x );
}