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