<HTML>
<HEAD><TITLE>jsMath Example</TITLE></HEAD>
<BODY>
<SCRIPT SRC="jsMath/jsMath.js"></SCRIPT>
There are two solutions to <SPAN CLASS="math"> ax^2 + bx + c = 0 </SPAN>
and they are
<DIV CLASS="math">
x = {-b \pm \sqrt{b^2-4ac} \over 2a}.
</DIV>
<SCRIPT> jsMath.Process() </SCRIPT>
</BODY>
|