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