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