Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# convert from Kelvin
|
||||
நிரல்பாகம் கெல்வின்_இருந்து_மாற்று( k )
|
||||
பதிப்பி "Kelvin: ",k,"Celsius: ",round(k-273.15)," Fahrenheit: ",(round(k*1.8 - 459.67))," Rankine: ",(round(k*1.8))
|
||||
முடி
|
||||
|
||||
கெல்வின்_இருந்து_மாற்று( 0 ) #absolute zero
|
||||
கெல்வின்_இருந்து_மாற்று( 273 ) #freezing pt of water
|
||||
கெல்வின்_இருந்து_மாற்று( 30 + 273 ) #room temperature in Summer
|
||||
Loading…
Add table
Add a link
Reference in a new issue