Exemplo n.º 1
0
 public static F32 AcosFast(F32 a)
 {
     return(FromRaw(Fixed32.AcosFast(a.Raw)));
 }