| CPAN Ratings Test-Number-Delta reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Test-Number-Delta
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-24T09:33:31
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-01T03:29:25
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|