Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C library: do not flag division-by-zero when building NaN
We construct NaN (and Inf) by dividing by zero, which is a standards-compliant way in that Nan (Inf) is the correct result for these cases. Do not flag these operations as division-by-zero, which the user would not expect.
- Loading branch information