Hello:
I'm writing to report an issue in contextFraction.pl. The following code changed the value of 3/2 to 1/2.
Carl Yao
Context("Fraction");
Context()->flags->set(showMixedNumbers=>1);
$a1 = Fraction(3,2);
$test = Compute("$a1");
BEGIN_PGML
[`[$test]`]
END_PGML
Context()->flags->set(showMixedNumbers=>1);
$a1 = Fraction(3,2);
$test = Compute("$a1");
BEGIN_PGML
[`[$test]`]
END_PGML