You are here

public function WebformEvalMath::e in Webform Calculator 7.2

File

./matheval.class.php, line 109

Class

WebformEvalMath

Code

public function e($expr) {
  return $this
    ->evaluate($expr);
}