Added comment about absolute zero

This commit is contained in:
DL6ER
2016-12-19 22:57:23 +01:00
parent fc43a05e88
commit 7ab611eb44
+2
View File
@@ -40,6 +40,8 @@
}
else
{
// Nothing can be colder than -273.15 degree Celsius (= 0 Kelvin)
// This is the minimum temperature possible (AKA absolute zero)
$celsius = -273.16;
}