1 evalmath.inc EvalMath::e($expr)

File

core/includes/evalmath.inc, line 108

Class

EvalMath

Code

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