Determines if x is finite.
Is the binary representation of x identical to y?
Determines if x is ±∞.
Determines if x is NaN.
Determines if x is normalized.
Check whether a number is an integer power of two.
Determines if x is subnormal.
Returns -1 if x < 0, x if x == 0, 1 if x > 0, and NaN if x==NaN.
Return 1 if sign bit of e is set, 0 if not.
This is a submodule of std.math.
It contains several functions for introspection on numerical values.