slackbuilds_ponce/perl/perl-Test-Number-Delta
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
perl-Test-Number-Delta.info perl/perl-Test-Number-Delta: Added (perl module) 2013-01-01 00:39:18 -05:00
perl-Test-Number-Delta.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README perl/perl-Test-Number-Delta: Added (perl module) 2013-01-01 00:39:18 -05:00
slack-desc perl/perl-Test-Number-Delta: Added (perl module) 2013-01-01 00:39:18 -05:00

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.