1. Re: Oops - Thermometer is a monster...

Carl:
I was looking for that algorithm when I read your post. (Thanks)
Here we have 31 C at noon, colder by night (around 20 C).
Forecasts predict an stormy week-end.
Jesus.

> = 35_5/9 degrees! Kinda warm :) We had 17C(63F) yesterday and we've got
> about 23C(73F) today...
>
> I've a little free time here... :)
>
> -- C = (F - 32) / 1.8
> -- F = 1.8 * C + 32
>
> function FtoC(atom farenheit)
>     return (farenheit - 32) / 1.8
> end function
>
> function CtoF(atom celcius) -- or centigrade if you want
>     return celcius * 1.8 + 32
> end function
>
>
> --
> Carl R White
> E-mail...: cyrek- at -bigfoot.com              / Remove the hyphens before
> Finger...: crwhite- at -dcsun1.comp.brad.ac.uk \ mailing or fingering...
> Url......: http://www.bigfoot.com/~cyrek/

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu