sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Made <floating-point-underflow> and <floating-point-overflow> continuable #265

Closed gtnoble closed 1 year ago

gtnoble commented 1 year ago

Continuing underflowing calculations returns zero and continuing overflowing calculations return infinity. This behavior is useful for calculations where you can accept some loss in precision.

sasagawa888 commented 1 year ago

Thank you.