Skip to content

Functions in documentation that are not exported #2120

@eoinmackall

Description

@eoinmackall

The following functions are included in the online documentation but not exported by Hecke:

  • unit_group_rank
  • relative_class_number
  • is_cm_field
  • simplified_simple_extension
  • is_involution
  • normal_basis
  • lorenz_module

Maybe these should be prepended with Hecke (e.g. unit_group_rank changed to Hecke.unit_group_rank by changing the @meta CurrentModule before providing these functions) or added to the exports list? Otherwise, a new user might not understand why one function simply works and another doesn't.

There are also functions isreal(P::Plc) and is_complex(P::Plc). Should isreal be replaced by the alias is_real to match is_complex in the documentation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions