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