Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php227 $this->drawLargestOperator($size, '_integrale');
230 $this->drawLargestOperator($size, '_dintegrale');
233 $this->drawLargestOperator($size, '_tintegrale');
236 $this->drawLargestOperator($size, '_ointegrale');
239 $this->drawLargestOperator($size, '_somme');
242 $this->drawLargestOperator($size, '_produit');
245 $this->drawLargestOperator($size, '_intersection');
248 $this->drawLargestOperator($size, '_reunion');
485 public function drawLargestOperator($size, $character) function in RL\\PhpMathPublisher\\MathExpression