You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Currently, the public API relies on all floating point values being finite. This is not guaranteed in Rust.
All these methods should be renamed to
*_uncheckedand made unsafe, and safe methods added that check the values and then call these methods instead.