Closed pilosof closed 7 months ago
I think it will be wise to prevent stack overflow and don't allow the execution of evaluate from inside the formula (formulas can be user generated)
fObj = new Formula('evaluate()');
good point, I will consider preventing this.
I think it will be wise to prevent stack overflow and don't allow the execution of evaluate from inside the formula (formulas can be user generated)