Construct an Ordering from a number or a big integer.
Ordering
n < 0
Less
n > 0
Greater
n === 0
Equal
An argument must never be NaN. This is the caller's responsibility to enforce!
NaN
Generated using TypeDoc
Construct an
Ordering
from a number or a big integer.