예제 #1
0
파일: F32.cs 프로젝트: jlauha/FixPointCS
 public static F32 AsinFastest(F32 a)
 {
     return(FromRaw(Fixed32.AsinFastest(a.Raw)));
 }