qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Check inconsistencies with Math Library #17

Open GabeContra opened 2 years ago

GabeContra commented 2 years ago

The Math library should get another look through and maybe get some functions reimplemented. Stuff like Round and RoundToNearestInteger do nearly exactly the same thing but the documentation doesn't specify what's different or maybe they shouldn't even be different.