5.2 Testing Functions

library(testthat)

testthat::expect_equal(f_c(32), 0)
testthat::expect_equal(f_c(212), 100)