From bf41aa69c244d58b25f75e367de3ae94d47dc627 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Mon, 6 Jul 2026 11:13:59 +0800 Subject: [PATCH] docs: fix Quantity temperature addition example --- docs/apidocs/javax/measure/Quantity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apidocs/javax/measure/Quantity.html b/docs/apidocs/javax/measure/Quantity.html index d8fe64a6..592f9347 100644 --- a/docs/apidocs/javax/measure/Quantity.html +++ b/docs/apidocs/javax/measure/Quantity.html @@ -136,7 +136,7 @@

Interface Quantity<Q extends Qua conversion between quantity unit and system unit is only a scale factor. 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.