You are here

function EvalMath::EvalMath in Webform Calculator 7

File

./evalmath.class.php, line 103

Class

EvalMath

Code

function EvalMath() {

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