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