Name: | perl-Test-Number-Delta |
---|---|
Version: | 1.06 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 38060 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Number-Delta-1.06-3.el7.noarch.rpm |
Source RPM: | perl-Test-Number-Delta-1.06-3.el7.src.rpm |
Build Date: | Sat Nov 04 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Test-Number-Delta/ |
Summary: | Compare the difference between numbers against a given tolerance |
Description: | 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. |