• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Python
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Approximate Comparator allows you to test the equality of Python structures without being too precise when comparing floats along the way. For example, when specifying a precision of 2 decimal digits, the sets {3.14159, 2.718, 1.61803} and {3.14, 2.7182, 1.6180} are considered "almost equal".