|
-
Mar 15th, 2001, 02:32 PM
#1
Thread Starter
Banned
How can I convert Celsious to Faraneint (or something like that)? And F to Celsius?
-
Mar 15th, 2001, 04:44 PM
#2
Frenzied Member
Formulae
Fahrenheit = 32 + 9 * Celsius / 5
Celsius = (Fahrenheit - 32) * 5 / 9
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Mar 16th, 2001, 02:10 AM
#3
Fanatic Member
Rough Guide
For a quick and rough guide to conversion:
Fahrenheit = Celsius * 2 + 30
-
Mar 16th, 2001, 06:54 AM
#4
Fanatic Member
That formula only works in Devon...
P.
Not nearly so tired now...
Haven't been around much so be gentle...
-
Mar 19th, 2001, 04:37 PM
#5
Hyperactive Member
Notice that it is the ecuation of a line
y=mx+b
°F = 1.8 °C + 32
If things were easy, users might be programmers.
-
Mar 20th, 2001, 04:15 AM
#6
-
Mar 20th, 2001, 08:40 AM
#7
transcendental analytic
maybe we should implement a new temperature unit with a logaritmic scale
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Mar 20th, 2001, 04:44 PM
#8
Hyperactive Member
That would be cool !!!
Just like the decibels (I´m not sure about the spelling) works.
If things were easy, users might be programmers.
-
Mar 20th, 2001, 04:54 PM
#9
transcendental analytic
0 pK = 1K = -272 C
1 pK = 10K = -263 C
2 pK = 100K = -173 C
3 pK = 1000K = 727 C
Wow that become hot really fast 
hmm i think 2.471 pK is more comfortable
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|