Searched refs:traite_fonction (Results 1 – 1 of 1) sorted by relevance
| /plugin/math2/phpmathpublisher/ |
| D | mathpublisher.php | 780 $ret = $this->traite_fonction($ret, 'sqrt', 1); 781 $ret = $this->traite_fonction($ret, 'vec', 1); 782 $ret = $this->traite_fonction($ret, 'overline', 1); 783 $ret = $this->traite_fonction($ret, 'underline', 1); 784 $ret = $this->traite_fonction($ret, 'hat', 1); 785 $ret = $this->traite_fonction($ret, 'int', 3); 786 $ret = $this->traite_fonction($ret, 'doubleint', 3); 787 $ret = $this->traite_fonction($ret, 'tripleint', 3); 788 $ret = $this->traite_fonction($ret, 'oint', 3); 789 $ret = $this->traite_fonction($ret, 'prod', 3); [all …]
|