Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -0,0 +1,10 @@
|
|||
void convKelvin(real K) {
|
||||
write("K = " + string(K));
|
||||
write("C = " + string(K - 273.15));
|
||||
write("F = " + string((K - 273.15) * 1.8 + 32.0));
|
||||
write("R = " + string(K * 1.8));
|
||||
}
|
||||
|
||||
convKelvin(0.0);
|
||||
write("");
|
||||
convKelvin(21.0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue