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