pub inline fn floatExponentMax(comptime T: type) comptime_int
pub inline fn floatExponentMax(comptime T: type) comptime_int { return (1 << (floatExponentBits(T) - 1)) - 1; }