NAME
Machine::Epsilon - The maximum relative error while rounding a floating point number
SYNOPSIS
use Machine::Epsilon; # imports machine_epsilon() automatically
my $epsilon = machine_epsilon();
FUNCTIONS
machine_epsilon
Returns the rounding error for the machine.
AUTHOR
binary.com, <perl at binary.com>
BUGS
Please report any bugs or feature requests to bug-machine-epsilon at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Machine-Epsilon. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Machine::Epsilon
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
REFERENCES
http://en.wikipedia.org/wiki/Machine_epsilon
LICENSE AND COPYRIGHT
Copyright 2014 binary.com.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.