You are here

function EvalMath::e in Webform Calculator 7

File

./evalmath.class.php, line 109

Class

EvalMath

Code

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