You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo 3a7ea11de4 multiple: Update email address. 10 years ago
..
README perl/perl-Test-Number-Delta: Added (perl module) 13 years ago
perl-Test-Number-Delta.SlackBuild perl/perl-Test-Number-Delta: Updated for version 1.06. 10 years ago
perl-Test-Number-Delta.info multiple: Update email address. 10 years ago
slack-desc perl/perl-Test-Number-Delta: Added (perl module) 13 years ago

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.