You are here

public function WebformEvalMath::__construct in Webform Calculator 7.2

File

./matheval.class.php, line 103

Class

WebformEvalMath

Code

public function __construct() {

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