1.20.x evalmath.inc | EvalMath::e($expr) |
File
- includes/
evalmath.inc, line 108
Class
Code
function e($expr) {
return $this->evaluate($expr);
}
1.20.x evalmath.inc | EvalMath::e($expr) |
function e($expr) {
return $this->evaluate($expr);
}