Skip to content

setprecision!(f::CompletionMap) #1509

@simonbrandhorst

Description

@simonbrandhorst
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions