pub fn Modf(comptime T: type) type
pub fn Modf(comptime T: type) type { return struct { fpart: T, ipart: T, }; }