public function WebformEvalMath::e in Webform Calculator 7.2
File
- ./
matheval.class.php, line 109
Class
Code
public function e($expr) {
return $this
->evaluate($expr);
}
public function e($expr) {
return $this
->evaluate($expr);
}