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