UNPKG

f2c-xstriker

Version:
5 lines (3 loc) 77 B
module.exports = function(tempF) { return ((5*(tempF-32))/9).toFixed(2); }