slackbuilds_ponce/perl/perl-Test-Number-Delta
2022-06-07 02:23:41 -04:00
..
perl-Test-Number-Delta.info
perl-Test-Number-Delta.SlackBuild perl/perl-Test-Number-Delta: Change i486 to i586 2022-06-07 02:23:41 -04:00
README
slack-desc

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.