summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Number-Delta/slack-desc
blob: 56d865c76d4497b78be56e78975c1fefc2b303d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

                      |-----handy-ruler------------------------------------------------------|
perl-Test-Number-Delta: perl-Test-Number-Delta (Compare the difference between numbers)
perl-Test-Number-Delta:
perl-Test-Number-Delta: At some point or another, most programmers find they need to compare
perl-Test-Number-Delta: floating-point numbers for equality. The typical idiom is to test
perl-Test-Number-Delta: if the absolute value of the difference of the numbers is within a
perl-Test-Number-Delta: desired tolerance, usually called epsilon. This module provides such
perl-Test-Number-Delta: a function for use with Test::Harness. Usage is similar to other test
perl-Test-Number-Delta: functions described in Test::More.
perl-Test-Number-Delta:
perl-Test-Number-Delta: http://search.cpan.org/~dagolden/Test-Number-Delta-1.03/
perl-Test-Number-Delta: