Celsius to Fahrenheit

Convert temperature from Celsius to Fahrenheit using the standard formula.

Code

General
(celsius * 9/5) + 32;

Parameters

Temperature in Celsius

Browser·fetch() may be limited by CORS

More JavaScript Snippets