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