1.20.x evalmath.inc EvalMath::e($expr)

File

includes/evalmath.inc, line 108

Class

EvalMath

Code

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