Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php113 $formula = new MathExpression($this->helper->tableExpression(trim($text)), $this->helper);
H A DHelper.php362 public function tableExpression($expression) function in RL\\PhpMathPublisher\\Helper