Closed c-harding closed 5 years ago
As explained in #44, the class EvalFunction and the operation functionFromString don't offer any advantage over just calling new Function, so here I have removed it
EvalFunction
functionFromString
new Function
As explained in #44, the class
EvalFunction
and the operationfunctionFromString
don't offer any advantage over just callingnew Function
, so here I have removed it