Number Precision

Numbers are normalized prior to comparison so that different lexical forms of the same logical number will not be reported as a difference, for example the following pairs of numbers will be considered similar:

  • 1 and 1.00

  • 1.00 and 1.000

  • 100 and 1e2