Пример #1
0
 public static F64 DivFastest(F64 a, F64 b)
 {
     return(FromRaw(Fixed64.DivFastest(a.raw, b.raw)));
 }