Name: | perl-Test-Number-Delta |
---|---|
Version: | 1.06 |
Release: | 22.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 37365 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Number-Delta-1.06-22.el9.noarch.rpm |
Source RPM: | perl-Test-Number-Delta-1.06-22.el9.src.rpm |
Build Date: | Tue Mar 22 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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. |