コード例 #1
0
ファイル: F64.cs プロジェクト: suzuke/FixPointCS
 public static F64 AcosFast(F64 a)
 {
     return(FromRaw(Fixed64.AcosFast(a.raw)));
 }