|
-
Apr 22nd, 2002, 08:16 PM
#1
Thread Starter
Frenzied Member
0/0?
what is 0/0?
0/x = 0 but
x/0 = protein infinity, and
x/x = 1
retired member. Thanks for everything 
-
Apr 22nd, 2002, 08:38 PM
#2
Frenzied Member
Harry.
"From one thing, know ten thousand things."
-
Apr 22nd, 2002, 10:06 PM
#3
Originally posted by HarryW
It's undefined.
isnt that what computers and calculators say when div by zero becuase the number would be infinte
-
Apr 23rd, 2002, 04:08 AM
#4
Hyperactive Member
Ummmm... the search function could help 
There's been a 300 page post on this already.
-Show me on the doll where the music touched you.
-
Apr 28th, 2002, 03:47 PM
#5
Frenzied Member
Re: 0/0?
Originally posted by markman
x/0 = protein infinity
This one applies. It can be thought of as either undefined or infinity.
You just proved that sig advertisements work.
-
Apr 28th, 2002, 04:22 PM
#6
Dazed Member
For floating point operations. Division by 0.0 will produce INF (4.0/0.0) -INF ((-4.0)/0.0) and (0.0/0.0) NAN.
Last edited by Dilenger4; Apr 28th, 2002 at 04:29 PM.
-
Apr 29th, 2002, 08:33 PM
#7
Quiet NaN's are the worst. It doesnt even tell you you just divided by 0.0f!
Z.
-
May 1st, 2002, 12:25 PM
#8
Dazed Member
-
May 11th, 2002, 06:27 PM
#9
Monday Morning Lunatic
Originally posted by Zaei
Quiet NaN's are the worst. It doesnt even tell you you just divided by 0.0f!
Z.
I prefer them actually, because it saves programmer effort for a minority case that the user will obviously notice (plus if you've coded your algorithm properly you should never end up dividing by zero or epsilon).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 21st, 2002, 01:19 PM
#10
Addicted Member
Indeterminate
Value of 0/0 is Indeterminate.
Also for INF/INF is also Indertminate.
Means that value cannot be determined.
-
May 24th, 2002, 12:34 PM
#11
Addicted Member
In my high school calculus course (back in the day...), the first thing the teacher asked the class was to go home and ponder 0/x, x/0, and 0/0. Everyone knew 0/x = 0, nearly everyone who had read the material knew that x/0 = +- INF, but we had a two day discussion (with the teacher just sitting back and grinning) about what 0/0 could possibly be...the answer, as vsusi said, is that it's indeterminate. So technically, 0/x = 0 and x/0 = +- INF for all x != 0
(Wish ASCII had good math symbols...I likes me some discrete math notation!)
Things I've Said:
"Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
"Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
"You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"
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
|