1 evalmath.inc | EvalMath::vars() |
File
- core/
includes/ evalmath.inc, line 152
Class
Code
function vars() {
$output = $this->v;
unset($output['pi']);
unset($output['e']);
return $output;
}
1 evalmath.inc | EvalMath::vars() |
function vars() {
$output = $this->v;
unset($output['pi']);
unset($output['e']);
return $output;
}