http://qs321.pair.com?node_id=659037


in reply to Find out missing floating value in an array

You need to specify what are permitted values in the array (how many decimal places of accuracy will be provided?), the maximum fineness of the search (will you ever want to check for three decimal places?) and the acceptable error margin (what if 1.14998 is in the list, or 1.15001?).

In other words, I think you need to restate your problem.
  • Comment on Re: Find out missing floating value in an array