Home
last modified time | relevance | path

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

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php799 $ret = $this->traite_operation($ret, '^');
800 $ret = $this->traite_operation($ret, 'over');
801 $ret = $this->traite_operation($ret, '_');
802 $ret = $this->traite_operation($ret, 'under');
803 $ret = $this->traite_operation($ret, '*');
804 $ret = $this->traite_operation($ret, '/');
805 $ret = $this->traite_operation($ret, '+');
806 $ret = $this->traite_operation($ret, '-');
810 function traite_operation($noeuds, $operation) function in expression_math