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