Celsius to Fahrenheit

Convert temperature from Celsius to Fahrenheit using the standard formula.

Code

General
celsius * 9.0/5 + 32

Parameters

Temperature in Celsius

Server

More Ruby Snippets