R/Fahrenheit.R

Fahrenheit <-
function(celsius){
  (celsius * 1.8) +32
}
Iavalos/Comfort documentation built on May 8, 2019, 10:59 a.m.