] > Benefits of jsMath

Benefits of jsMath

<p> A quadratic equation  
     <span class="math"> ax^2 + bx + c = 0 </span>  
  with  
     <span class="math"> a \neq 0 </span>  
  has the following solution.  
</p>  
<div class="math">  
     x = \frac {-b \pm \sqrt{b^2 - 4ac} } {2a}  
</div>