MonashAlexandria / snapapps

a visual programming language inspired by Scratch
http://snap.berkeley.edu
2 stars 5 forks source link

Dealing with Infinity, NaN, and the square root of -1. #88

Open Craxic opened 8 years ago

Craxic commented 8 years ago

BYOB does not handle special floating point numbers like infinity and NaN well at all. This should be repaired so as not to confuse users. Errors should appear when a division by 0 is attempted, or something else along those lines.

aidanlane commented 8 years ago

Could this be another good candidate for a Snap PR?

Craxic commented 8 years ago

All done! https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/pull/1060

aidanlane commented 7 years ago

https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/pull/1060 doesn't seem to be merged. Did you mean to close this @Craxic?