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