You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to use ArbField() elements as a shoe-in for Julia's Float64/BigFloat, I'll need these methods. (They actually seem to be easy to implement: exponent(x::ArbFieldElem) = x.mid_exp-1 etc.)