Closed
Description
Although the information is scattered about elsewhere, it would be good for the documentation for cmp.Ordered
to explain how NaNs work. Then, the documentation for builtin.min
and builtin.max
should reference the documentation for cmp.Ordered
directly (it does indirectly through the declaration).