pub fn Frexp(comptime T: type) type
pub fn Frexp(comptime T: type) type { return struct { significand: T, exponent: i32, }; }