Converts fahrenheit to celsius

##usage

```javascript
const f2c = require('f2c-quagliato');
const tempC = f2c(tempF);
```