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