Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change package banner to use BannerFunction #58

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Change package banner to use BannerFunction #58

merged 1 commit into from
Nov 23, 2021

Commits on Oct 17, 2021

  1. Change package banner to use BannerFunction

    Banner before this patch:
    
        Loading modules [mpfr, mpfi, mpc, fplll] for float 0.9.9 ...
    
    Banner after this patch:
    
        ─────────────────────────────────────────────────────────────
        Loading  float 0.9.9 (Floating-point numbers)
        by Laurent Bartholdi (http://www.uni-math.gwdg.de/laurent).
        Loaded modules: mpfr, mpfi, mpc, fplll
        Homepage: https://gap-packages.github.io/float/
        Report issues at https://github.com/gap-packages/float/issues
        ─────────────────────────────────────────────────────────────
    fingolfin committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    14aaa3c View commit details
    Browse the repository at this point in the history