Пример #1
0
 public static F64 RcpFast(F64 a)
 {
     return(FromRaw(Fixed64.RcpFast(a.raw)));
 }
Пример #2
0
 public F64 Rcp()
 {
     return(FromRaw(Fixed64.RcpFast(raw)));
 }