cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Convert sNaN use to qNaN #626

Closed mborland closed 2 weeks ago

mborland commented 1 month ago

The return value of NAN in special functions is currently a blend of sNaN and qNaN. Change all uses to qNaN for consistency and portability.