The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.708 - 2015-11-01

  • MAYBE JUST POSSIBLY A BREAKING CHANGE
    • ...but probably not
    • fix the <=> operator to behave more predictably
    • now implemented in terms of ==, <, and >
    • thanks, Karen Etheridge!

Modules

tolerance ranges for inexact numbers
a blessed constant type
a type of tolerance
a tolerance "m == n"
an infinite tolerance
a tolerance "m < n"
a tolerance "m > n"
a tolerance "m (-l or +n)"
a tolerance "m <= n"
a tolerance "m >= n"
a tolerance "m to n"
unions of tolerance ranges
test routines for testing numbers against tolerances