Exemple #1
0
 public static F32 AsinFastest(F32 a)
 {
     return(FromRaw(Fixed32.AsinFastest(a.Raw)));
 }