示例#1
0
 public static F64 AtanFast(F64 a)
 {
     return(FromRaw(Fixed64.AtanFast(a.Raw)));
 }