Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php75 $ret = $this->handleFunction($ret, 'sqrt', 1);
76 $ret = $this->handleFunction($ret, 'vec', 1);
79 $ret = $this->handleFunction($ret, 'hat', 1);
80 $ret = $this->handleFunction($ret, 'int', 3);
83 $ret = $this->handleFunction($ret, 'oint', 3);
84 $ret = $this->handleFunction($ret, 'prod', 3);
85 $ret = $this->handleFunction($ret, 'sum', 3);
86 $ret = $this->handleFunction($ret, 'bigcup', 3);
88 $ret = $this->handleFunction($ret, 'delim', 3);
89 $ret = $this->handleFunction($ret, 'lim', 2);
[all …]