Incorrect. I gave "The Answer to the Ultimate Question of Life, the Universe, and Everything" therefore it is never wrong.! VIOLATION !
This thread would have accepted either 11 or 3
Incorrect. I gave "The Answer to the Ultimate Question of Life, the Universe, and Everything" therefore it is never wrong.
*sigh* Has anyone ever called you guys "frustrating"? Just agree with me (so I can be right and you can be wrong).technically this thread is still ordered in increasing order!
67
now, now, that's not even comparable!1 / 0
Why not? It's undefined, so it can be almost anything one wants.now, now, that's not even comparable!
it's NaN, which doesn't participate in comparisons, it's not even equal to itselfWhy not? It's undefined, so it can be almost anything one wants.
This thread is a time anomaly. Random appearing noise from the future. We must not disturb causality and zap the universe. Everything is normal, we were all searching this information and it looks like expected. It goes wrong when somebody traces down the server logs and finds out nothing has a source.Maybe this is a religion. I think the universe is infinite. Size 1/0.
But then 25% of all U.S. citizens think the Earth is flat.
I'm gone read some books, but i think the answer is 42.
There is even a Hitchikers guide to galaxy.
yes, backrooms-adjacent coyotes tend to produce temporal anomalies. goes with the territory.This thread is a time anomaly. Random appearing noise from the future. We must not disturb causality and zap the universe. Everything is normal, we were all searching this information and it looks like expected.
It doesn't participate in numeric comparisons, but how can you say it's not equal to itself? Are you invoking Heisenberg or Schrodinger?it's NaN, which doesn't participate in comparisons, it's not even equal to itself
NaN != NaN by definition per IEEE 754. Using ruby for convenience, but you can reproduce this with any IEEE 754 compliant software.irb0> m = 0.0/0.0
⇒ NaN
irb0> y = 0.0/0.0
⇒ NaN
irb0> m == m
⇒ false
irb0> m == y
⇒ false
irb0> y == y
⇒ false