There seem to be different usages of the uncertainty keyword in the current YAML dictionary.
First, the entry, uncertainty: exact is used for mathematical constants and physical constants such as speed_of_light_in_vacuum which have precise definitions.
The other uncertainty term is relative_uncertainty (e.g., relative_uncertainty: 4.7E-05).
Why are there two different terms? For ease of use (i.e., parsing), why not just use one attribute name? They appear in the same column in the CODATA table.
There seem to be different usages of the
uncertaintykeyword in the current YAML dictionary.First, the entry,
uncertainty: exactis used for mathematical constants and physical constants such asspeed_of_light_in_vacuumwhich have precise definitions.The other uncertainty term is
relative_uncertainty(e.g.,relative_uncertainty: 4.7E-05).Why are there two different terms? For ease of use (i.e., parsing), why not just use one attribute name? They appear in the same column in the CODATA table.