示例#1
0
文件: F32.cs 项目: jlauha/FixPointCS
 public static F32 AcosFast(F32 a)
 {
     return(FromRaw(Fixed32.AcosFast(a.Raw)));
 }