Exemple #1
0
 public static F64 PowFast(F64 a, F64 b)
 {
     return(FromRaw(Fixed64.PowFast(a.raw, b.raw)));
 }