Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apidocs/javax/measure/Quantity.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1 title="Interface Quantity" class="title">Interface Quantity&lt;Q extends Qua
conversion between quantity unit and system unit is only a
<a href="UnitConverter.html#isLinear()">scale factor</a>. However this is not
the case for conversions applying an offset or more complex formula.
For example 2°C + 1°C = 274.15°C, not 3°C. This counter-intuitive result
For example 2°C + 1°C = 276.15°C, not 3°C. This counter-intuitive result
is essential for preserving algebra laws like associativity, and is also
the expected result from a thermodynamic point of view.</p>

Expand Down