function EvalMath::vars in Webform Calculator 7
File
- ./
evalmath.class.php, line 153
Class
Code
function vars() {
$output = $this->v;
unset($output['pi']);
unset($output['e']);
return $output;
}
function vars() {
$output = $this->v;
unset($output['pi']);
unset($output['e']);
return $output;
}