We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Basically, the types NonNanF32/64 and FiniteF32/64. The main reasoning of having these in the standard library is to allow niche optimisations.
NonNanF32/64
FiniteF32/64
Additionally, both of these types could implement Ord as NaN wouldn't be valid for either.
Ord
NaN