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

Support new metric prefixes: Q, R, r, and q #3112

Closed
AlexEdgcomb opened this issue Dec 20, 2023 · 1 comment
Closed

Support new metric prefixes: Q, R, r, and q #3112

AlexEdgcomb opened this issue Dec 20, 2023 · 1 comment
Labels

Comments

@AlexEdgcomb
Copy link
Contributor

AlexEdgcomb commented Dec 20, 2023

Describe the feature

BIPM adopted 4 new metric prefixes in 2022: Q(uetta), R(onna), r(onto), and q(uecto)
https://en.wikipedia.org/wiki/Metric_prefix#List_of_SI_prefixes

Note: New binary prefixes are not yet adopted:
https://en.wikipedia.org/wiki/Binary_prefix#Definitions

To Reproduce

Running math.unit('Qm'); yields SyntaxError: Unit "Qm" not found..

For example:

  1. Go to https://codepen.io/alexedgcomb/pen/wvOwxgX
    Observed: Pop-up saying SyntaxError: Unit "Qm" not found.
    Expected: No pop-up
@josdejong
Copy link
Owner

Implemented now in v12.3.0 via #3113.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants