function ctools_math_expr::e

Backwards compatible wrapper for evaluate().

See also

ctools_math_expr::evaluate()

File

includes/math-expr.inc, line 288

Class

ctools_math_expr
ctools_math_expr Class.

Code

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