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