motoko-base
motoko-base copied to clipboard
Float.equalWithin tolerance?
Just saw that Float.equal()
was deprecated, and was wondering what the language-level tolerance/limits of float equality are. How precise will the language go, and are there any guidelines that can be put in the documentation for this method?