Correct the millimeter unit conversion constant in docs #3872
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.
I ran into this today where the conversion constant in the docs was wrong, but only slightly so, and it took a second to track down what was going on.
The inch's definition is derived from the definition of the yard and is exactly equivalent to 25.4 millimeters as of July 1st, 1959.
See: https://www.nist.gov/pml/owm/si-units-length
See: https://www.nist.gov/system/files/documents/2017/05/09/frn-59-5442-1959.pdf
Fixes closed issue #2608