public static F64 Fract(F64 a) { return(FromRaw(Fixed64.Fract(a.raw))); }
public F64 Fract() { return(FromRaw(Fixed64.Fract(raw))); }