| Name: | perl-Test-Number-Delta |
|---|---|
| Version: | 1.06 |
| Release: | 15.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 37366 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-Number-Delta-1.06-15.el8.noarch.rpm |
| Source RPM: | perl-Test-Number-Delta-1.06-15.el8.src.rpm |
| Build Date: | Fri Nov 01 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |