If Formula not working in RuleJS

Tags: #<Tag:0x00007f8b28c42d08>

Here is the link to github issue created for this.
IF Formula not working

Its not handling division by zero error properly.
Like if there is A1= 20, A2 =0
=IF(A2=0,0,A1/A2)
returns #div/0!

Hi @parth

RuleJS is an abandoned project. We have used some of the code to create formulas for PRO version however we are not planning to do anything more with RuleJS

Thank You for the response