Frequently asked questions



Why some time I got Nan and undefined instead of desired output?


We use javascript to calculate results and following cases may lead to Nan or undefined as result.
Javascript number has max and min limit hence when result goes above max or below min then it will generate error.
Some intermediate calculation step face divide by zero error. User provide wrong input like text in number field.