# Problem with Celsius-Asking questions

**URL:** https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881
**Category:** Project Guidance
**Created:** [September 20, 2022, 1:26pm UTC](https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881 "2022-09-20T13:26:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nenairvin](https://avatars.discourse-cdn.com/v4/letter/n/ed8c4c/32.png) [@nenairvin](https://discourse.processing.org/u/nenairvin)
#### Post date: [September 20, 2022, 1:26pm UTC](https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881/1 "2022-09-20T13:26:57Z")

</div>

Temperature conversion  
You have a fever if your ear temperature is above 100°F  
How to convert fahrenheit (f) to celsius (c)? what is the fahrenheit (f) to celsius (c) formula?

---

<div class="post-metadata">

### Author: ![mnse](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/mnse/32/16520_2.png) [@mnse](https://discourse.processing.org/u/mnse)
#### Post date: [September 20, 2022, 2:16pm UTC](https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881/2 "2022-09-20T14:16:39Z")

</div>

Hi @nenairvin,

why not just google for temperature conversion factors and use one of the googol found results ? 🙂

ie:

> **[Temperature Conversion Table | Contractor Quotes](https://contractorquotes.us/temperature-conversion-table/)**
>
> With this temperature conversion table, you'll easily be able to get a better understanding of the different temperature units.

Cheers  
— mnse

PS: Did I missed out that today is the day of conversions ? 🤣

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [September 20, 2022, 2:59pm UTC](https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881/3 "2022-09-20T14:59:08Z")

</div>

> **[OpenWeatherMapJSON](https://bl.ocks.org/GoSubRoutine/5fbc03e019c53254a2ba7e7fd3318b45)**
>
> GoSubRoutine’s Block 5fbc03e019c53254a2ba7e7fd3318b45

---

<div class="post-metadata">

### Author: ![BrakusWade](https://avatars.discourse-cdn.com/v4/letter/b/ccd318/32.png) [@BrakusWade](https://discourse.processing.org/u/BrakusWade)
#### Post date: [September 21, 2022, 8:42am UTC](https://discourse.processing.org/t/problem-with-celsius-asking-questions/38881/4 "2022-09-21T08:42:51Z")

</div>

Usually when converting from degrees f to c you will get a relative result, most numbers will be rounded. I am quite afraid to apply the formula to convert fahrenheit(f) to celsius, it takes my time.  
So I usually use the [Convert Fahrenheit To Celsius](https://www.calculatorful.com/fahrenheit-to-celsius) tool to do that. It’s online and it’s free. It works fast and efficiently
