function ctools_math_expr::ctools_math_expr in Chaos Tool Suite (ctools) 6
File
- includes/
math-expr.inc, line 101
Class
Code
function ctools_math_expr() {
// make the variables a little more accurate
$this->v['pi'] = pi();
$this->v['e'] = exp(1);
drupal_alter('ctools_math_expression_functions', $this->fb);
}