All computers have a certain precision for floating point numbers, called E. How would you write a program that would detect the precision for the computer it is run on?
Anonymous
take a number and +1 of it, then check whether their difference is greater than 0.5. Multiply both numbers with two until this loop breaks
Check out your Company Bowl for anonymous work chats.