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