We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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..
math.unit('Qm');
SyntaxError: Unit "Qm" not found.
For example:
The text was updated successfully, but these errors were encountered:
Implemented now in v12.3.0 via #3113.
v12.3.0
Sorry, something went wrong.
No branches or pull requests
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');
yieldsSyntaxError: Unit "Qm" not found.
.For example:
Observed: Pop-up saying
SyntaxError: Unit "Qm" not found.
Expected: No pop-up
The text was updated successfully, but these errors were encountered: