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