| You should also watch “Amazing Fully Mechanical Pocket Calculator” |
1. This guy explains how to divide by zero.
2 .Dividing by zero, does not one answer... it has many answers.
3. Therefore proving that 1/0 = ∞.
4. OH-SHI...
2 .Dividing by zero, does not one answer... it has many answers.
3. Therefore proving that 1/0 = ∞.
4. OH-SHI...






Stumble This











It causes computers to break, Ive tried to make a computer get me a bunch of pi digits.... it didn't turn out good. The computer instantly starts running hot, because it instantly reaches infinite recursion.
6. Profit.
That is why number / 0 is impossible, the operation never takes place, it identifies the impossible and reports an answer of infinity.
Like a try catch loop
//Button Method
private void Submit_Divide_by_Zero()
{
  private quotient;
try
  {
   int number = 1;
   int zero = 0;
   //This obviously = infinity, which is impossible to calculate.
   quotient = (number / zero)
  }
  catch(dividebyzero exception)
  {
   return (quotient = infinity);
  }
}
Good Software Design.
Dividing by zero is undefined, therefore it has no value and does have a value in computing we just cannot define what that value is. Therefore we do not divide by zero in computing, because it is bad practice.
So, an undefined equals an undefined. I don't see where the miracle is here.