コード例 #1
0
ファイル: F32.cs プロジェクト: jlauha/FixPointCS
 public static F32 AtanFastest(F32 a)
 {
     return(FromRaw(Fixed32.AtanFastest(a.Raw)));
 }