mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 03:13:27 +08:00
This handles the simple case of ignoring sign and only dealing with quiet NaN values since signalling NaN would require that we check that at least one of the low bits was set and fail somehow if not. Note that Go treats all NaNs as silent.