Home
last modified time | relevance | path

Searched refs:expression_math (Results 1 – 2 of 2) sorted by relevance

/plugin/mathpublish/
H A Ddeleted.files3 phpmathpublisher/expression_math.php
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php747 class expression_math extends expression class
750 function expression_math($exp) function in expression_math
773 …$ret[] = new expression_math(array(new expression_texte("("), new expression_math($sub), new expre…
775 else $ret[] = new expression_math($sub);
821 $ret[] = new expression_math(array($noeuds[$i], $noeuds[$i+1], $noeuds[$i+2]));
845 $ret[] = new expression_math($a);
1631 $formula=new expression_math(tableau_expression(trim($text)));