The order of decimal numbers

To find the biggest of two decimal numbers:

  1. The integer parts are compared: the number with the biggest integer part will be the biggest
  2. If the integer parts are equal, the fractional parts are compared

Note: It is not possible to create a list with all the decimal numbers, given that between two decimals, no matter how close they are, there will always be another.