Path to this page:
Subject: CVS commit: pkgsrc/math/p5-Number-Tolerant
From: Jens Rehsack
Date: 2013-07-03 15:58:40
Message id: 20130703135840.1985096@cvs.netbsd.org
Log Message:
Adding package for CPAN distribution Number-Tolerant version 1.701 into
math/p5-Number-Tolerant.
Number::Tolerant creates a number-like object whose value refers to a
range of possible values, each equally acceptable. It overloads
comparison operations to reflect this.
I use this module to simplify the comparison of measurement results to
specified tolerances.
reject $product unless $measurement == $specification;
Files: