Correcting the standard uncertainty unit for several constants#1684
Closed
evgaster wants to merge 1 commit into
Closed
Correcting the standard uncertainty unit for several constants#1684evgaster wants to merge 1 commit into
evgaster wants to merge 1 commit into
Conversation
Author
|
The commit about the Tau mass doesn't belong in this PR. It wont do any harm, but still it doesn't belong here. |
|
@evgaster :)
|
"rad", "twoπ", "angl", "UnixEpoch", "SinclairZX81RAM" and "PageSize" returned a standard uncertainty without a unit, while the value does have a unit. "MC12" and "ε₀" returned a standard uncertainty with a unit different from the unit of the value. Corrected the standard uncertainty for those constants. Signed-off-by: Ed@vanGasteren.net
Author
|
See #1682 (comment) :-) |
Owner
|
This has been pushed on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

"rad", "twoπ", "angl", "UnixEpoch", "SinclairZX81RAM" and "PageSize"
returned a standard uncertainty without a unit, while the value does have a unit.
"MC12" and "ε₀" returned a standard uncertainty with a unit different from the unit of the value.
Corrected the standard uncertainty unit for those constants.
Signed-off-by: Ed@vanGasteren.net