You are here

function EvalMath::vars in Webform Calculator 7

File

./evalmath.class.php, line 153

Class

EvalMath

Code

function vars() {
  $output = $this->v;
  unset($output['pi']);
  unset($output['e']);
  return $output;
}