Open Trigori opened 4 years ago
Percent is defined as <!ENTITY percent "<Unit label='%'><SIUnit factor='1'>1</SIUnit></Unit>"> This would mean that 1 = 1 %
<!ENTITY percent "<Unit label='%'><SIUnit factor='1'>1</SIUnit></Unit>">
Shouldn't this be <!ENTITY percent "<Unit label='%'><SIUnit factor='1e-2'>1</SIUnit></Unit>"> for 1 = 100 %?
<!ENTITY percent "<Unit label='%'><SIUnit factor='1e-2'>1</SIUnit></Unit>">
Check for this the SI definition from the International Bureau of Weights and Measures under 5.3.7
Percent is defined as
<!ENTITY percent "<Unit label='%'><SIUnit factor='1'>1</SIUnit></Unit>">
This would mean that 1 = 1 %Shouldn't this be
<!ENTITY percent "<Unit label='%'><SIUnit factor='1e-2'>1</SIUnit></Unit>">
for 1 = 100 %?Check for this the SI definition from the International Bureau of Weights and Measures under 5.3.7