| CPAN Ratings (Gamma) Test-Number-Delta reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Test-Number-Delta
2 out of 2 found this review helpful:
A useful solution to a common problem.
There's a world of difference between
ok( $number >= 9 and $number <= 11 );
and
delta_within( $number, 10, 1 );
particularly when it comes coupled with appropriate error messages.
Anirvan Chatterjee - 2009-05-24 09:33:31
Was this review helpful to you?
Yes
No
I am currently using this module extensively in my application project and am finding it a delight to use. I recently requested some additions to the module to handle floating-point array comparisons. The author was very quick to respond and not only implemented array comparisons but went a step further to also implement FP matrix comparisons. My conversations with the author were very pleasant and I thoroughly recommend his Test::Number::Delta module for FP comparisons.
Ron.
Ron Grunwald - 2006-08-01 03:29:25
Was this review helpful to you?
Yes
No
|
|
|