10th January 2009

What is

00

Warning: Either dont get confused after seeing the solution or dont see the solution at all....... This might be really dangerous for your limits concept!

38 Answers

62
Lokesh Verma ·

and 1/0?

1
Philip Calvert ·

same

62
Lokesh Verma ·

calling it a day today.. have work early morning...

gnite.. lets see if we can find 00 tommorow...

The calculator says 1... if u want to read more do some google.. you will probably get something good :)

1
Philip Calvert ·

ok bye

1
Philip Calvert ·

and thx for not telling something that wud have not let me sleep

33
Abhishek Priyam ·

[4][4][4]

for that calculator part..

The IEEE floating-point standard, supported by almost all modern processors, specifies that every floating point arithmetic operation, including division by zero, has a well-defined result. In IEEE 754 arithmetic, a ÷ 0 is positive infinity when a is positive, negative infinity when a is negative, and NaN (not a number) when a = 0. The infinity signs change when dividing by −0 instead. This is possible because in IEEE 754 there are two zero values, plus zero and minus zero, and thus no ambiguity.

Integer division by zero is usually handled differently from floating point since there is no integer representation for the result. Some processors generate an exception when an attempt is made to divide an integer by zero, although others will simply continue and generate an incorrect result for the division. (That result is often zero.)
Because of the improper algebraic results of assigning any value to division by zero, many computer programming languages (including those used by calculators) explicitly forbid the execution of the operation and may prematurely halt a program that attempts it, sometimes reporting a "Divide by zero" error. Some programs (especially those that use fixed-point arithmetic where no dedicated floating-point hardware is available) will use behavior similar to the IEEE standard, using large positive and negative numbers to approximate infinities. In some programming languages, an attempt to divide by zero results in undefined behavior.

In two's complement arithmetic, attempts to divide the smallest signed integer by − 1 are attended by similar problems, and are handled with the same range of solutions, from explicit error conditions to undefined behavior.
Most calculators will either return an error or state that 1/0 is undefined, however some TI graphing calculators will evaluate 1/02 to ∞.

33
Abhishek Priyam ·

On September 21, 1997,

a divide by zero error in the USS Yorktown (CG-48) Remote Data Base Manager brought down all the machines on the network, causing the ship's propulsion system to fail.

1
Philip Calvert ·

hey division by zero is ok but oo sory for o not 0 is giving 1 very confidently

Your Answer

Close [X]