示例#1
0
文件: F64.cs 项目: suzuke/FixPointCS
 public static F64 RSqrtFastest(F64 a)
 {
     return(FromRaw(Fixed64.RSqrtFastest(a.raw)));
 }