function ctools_math_expr::e in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 includes/math-expr.inc \ctools_math_expr::e()
File
- includes/
math-expr.inc, line 108
Class
Code
function e($expr) {
return $this
->evaluate($expr);
}