test-number-delta: Test-Number-Delta test-number-delta: test-number-delta: At some point or another, most programmers find they need to test-number-delta: compare floating-point numbers for equality. The typical test-number-delta: idiom is to test if the absolute value of the difference of test-number-delta: the numbers is within a desired tolerance, usually called test-number-delta: epsilon. This module provides such a function for use with test-number-delta: Test::Harness. Usage is similar to other test functions test-number-delta: described in Test::More. test-number-delta: test-number-delta: