powered by
Convert temperature measured in Kelvin- or Fahrenheit-scale to Celsius (°C).
c_k(x)c_f(x)
c_f(x)
temperature in Celsius-scale, [°C]. Type: assert_double.
assert_double
temperature in initial scale:
for c_k(x) - in Kelvin-scale, [K]
c_k(x)
for c_f(x) - in Fahrenheit-scale, [°F]
Type: assert_double.
k_c and f_c for converting from Celsius-scale.
k_c
f_c
Other units: f_k(), inch_mm(), k_c(), kgf_mpa(), loss_flux(), mm_inch(), mpa_kgf(), mpa_psi(), psi_mpa()
f_k()
inch_mm()
k_c()
kgf_mpa()
loss_flux()
mm_inch()
mpa_kgf()
mpa_psi()
psi_mpa()
library(pipenostics) # Convert from Kelvin to Celsius: c_k(c(0, 373.15)) # [1] -273.15 100 # Convert from Fahrenheit to Celsius: c_f(c(-459.67, 212)) # [1] -273.15 100
Run the code above in your browser using DataLab