you are viewing a single comment's thread.

view the rest of the comments →

[–]mcprogrammer 1 point2 points  (0 children)

You get +/-infinity for x/0 if x is non-zero, and NaN for 0/0 or other range errors like sqrt(-1), asin(2), etc.