You are here

public function WebformEvalMath::vars in Webform Calculator 7.2

File

./matheval.class.php, line 153

Class

WebformEvalMath

Code

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