Esempio n. 1
0
 public static F64 PowFastest(F64 a, F64 b)
 {
     return(FromRaw(Fixed64.PowFastest(a.raw, b.raw)));
 }