Artifact 0cce995b61faaa28dd5f47f594d19dc0142cbbaad260dda772cc5fe6759463fb:


on mathml; % output

sin (x);

(x + y)^5;

off mathml;


parseml();<math> 
<apply><plus/> 
<cn>3</cn> 
<cn>5</cn> 
</apply> 
</math> 

operator gt;

 % MathML 1.x form
parseml();<math>
<reln><gt/>
<ci>x</ci>
<ci>y</ci>
</reln>
</math>

 % MathML 2.x form
parseml();<math>
<apply><gt/>
<ci>x</ci>
<ci>y</ci>
</apply>
</math>

end;


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]