alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Infallible floating point math #798

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

It's perfect already, right? 😉

Really, while I was refactoring the code from Result to Fallible I noticed that I forgot to remove the Result-wrapped logic from the floats like I already did for the integers. It made even less sense to wrap for floats than ints, so this has to go.