Name: | perl-Test-Number-Delta |
---|---|
Version: | 1.06 |
Release: | 30.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 37101 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Test-Number-Delta-1.06-30.el10_0.noarch.rpm |
Source RPM: | perl-Test-Number-Delta-1.06-30.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-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. |