-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit modifies the existing read_f32/read_f64 methods to guarantee their safety by returning NaNs when signaling NaNs are detected. Fixes #71
- Loading branch information
1 parent
4a4f640
commit 6136293
Showing
1 changed file
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A minor nit: why is the NAN in a transmute?