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