You are here

function ctools_math_expr::e in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 includes/math-expr.inc \ctools_math_expr::e()

File

includes/math-expr.inc, line 108

Class

ctools_math_expr

Code

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