Convert Celsius Temperature to Fahrenheit
Convert one or more temperatures from Celsius (°C) to Fahrenheit (°F). Enter multiple values separated by spaces or newlines.
Results
Instructions
- Enter one or more numbers representing Celsius temperatures, separated by spaces or newlines.
- Example:
0 37 100 -40
- Click Convert to see the values in Fahrenheit, one per line.
- Example output:
32.0 98.6 212.0 -40.0
- Invalid or non-numeric values will be skipped.
- The conversion uses the formula: F = (C × 9/5) + 32.
Frequently Asked Questions (FAQs)
Can I enter multiple values at once?
Yes, you can enter several values separated by spaces or newlines, e.g. 0 37 100 -40
.
What happens if I enter an invalid value?
Invalid or non-numeric values are ignored and not shown in the results.
What is the conversion formula?
The formula is F = (C × 9/5) + 32. Each Celsius value is converted using this formula.
How many decimal places are shown?
Results are rounded to one decimal place for clarity.