TheAlgorithms / Ruby

All algorithms implemented in Ruby
MIT License
1.15k stars 289 forks source link

Adjustments in the TemperatureConversion #217

Open DevGuiRocha opened 11 months ago

DevGuiRocha commented 11 months ago

Adjustments in the calculation of the Fahrenheit temperature, where the last sum of 273.15 was not achieved; Adjustments in the description of the kelvin_to_fahrenheit function, where the calculation description was incorrect, as it describes the formula for calculating fahrenheit to kelvin; Removal of duplicate round, where it was called twice in the last functions.