public static F64 Log2(F64 a) { return(FromRaw(Fixed64.Log2(a.raw))); }
public F64 Log2() { return(FromRaw(Fixed64.Log2(raw))); }