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

Add pretty_num for linear quantities #26

Merged
merged 21 commits into from
Sep 24, 2023
Merged

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    46ae4bc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. fix unit[number==0]

    minimal documentation
    Christophe-Regouby committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1047dbf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. fix exponent shall be in_range

    improve lisibility
    fix doc typo
    Christophe-Regouby committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a5c912b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b57dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7af0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f486f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f977f34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cf9414 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. conform with BIPM recommandation for prefix name.

    extand the prefixes to latest 1991 list
    Christophe-Regouby committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    0a0f396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e954c98 View commit details
    Browse the repository at this point in the history
  3. fix failing test on micro prefix on windows

    remove 'missing description' warning on documentation
    Christophe-Regouby committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    fdf3454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a0e826 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    421704f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    5dc009f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    5c2f82d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    e2161f4 View commit details
    Browse the repository at this point in the history
  2. Fix package manual page

    gaborcsardi committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b697732 View commit details
    Browse the repository at this point in the history
  3. Use ASCII units

    We can't use non-ascii characters unconditionally,
    unfortunately.
    gaborcsardi committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    844495b View commit details
    Browse the repository at this point in the history
  4. Fix pretty_num() bug

    Need to update nrow if we rule out some prefixes.
    gaborcsardi committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3f0d297 View commit details
    Browse the repository at this point in the history
  5. pretty_num(): fix testing for integers on arm64

    We need a tolerance here.
    gaborcsardi committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3221239 View commit details
    Browse the repository at this point in the history
  6. Update README

    gaborcsardi committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    19bb22d View commit details
    Browse the repository at this point in the history