Context("Fraction")->variables->are(x=>'Fraction');
So that together with parserAssignment.pl, I could have access to Fraction Math Object handling like:Compute("x=4/6");
might give a feedback message that your fraction is not reduced,
Compute("x=1 1/2");
might say that mixed numbers are not allowed
etc.might give a feedback message that your fraction is not reduced,
Compute("x=1 1/2");
might say that mixed numbers are not allowed