Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 лет назад
..
README bfd22dba27 perl/perl-Test-Number-Delta: Added (perl module) 12 лет назад
perl-Test-Number-Delta.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 лет назад
perl-Test-Number-Delta.info b515c926c9 perl/perl-Test-Number-Delta: Marked as orphaned (no SBo maintainer) 4 лет назад
slack-desc a9ba758bda perl/perl-Test-Number-Delta: Update homepage and download. 6 лет назад

README

Test::Number::Delta - Compare the difference between numbers
against a given tolerance.

At some point or another, most programmers find they need to
compare floating-point numbers for equality. The typical idiom
is to test if the absolute value of the difference of the
numbers is within a desired tolerance, usually called epsilon.

This module provides such a function for use with Test::Harness.
Usage is similar to other test functions described in Test::More.