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