1 evalmath.inc EvalMath::__construct()

File

core/includes/evalmath.inc, line 102

Class

EvalMath

Code

function __construct() {
  // make the variables a little more accurate
  $this->v['pi'] = pi();
  $this->v['e'] = exp(1);
}