What you're looking for is this:
Math.abs((a-b)/c)
If c is zero then you won't get an execption. Instead your comparison will always return false. This is because the result is Nan (Not a Number) and comparisons always return false.
Because of this you might get some "silent errors"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.