``` julia> K,toK = completion(F, 2*OF); julia> F,_ = cyclotomic_field(3) (Cyclotomic field of order 3, z_3) julia> OF = maximal_order(F); julia> K,toK = completion(F, 2*OF); julia> setprecision!(toK,5) ``` it seems buggy also for the other methods in the same file By the way, I found it surprising that the completion map can have a different precision than its codomain.