NAME
smallnum - Transparent "SmallNumber" support for Perl
VERSION
Version 0.01
SYNOPSIS
This is an attempt to fix some test failures, for this release it's a bit of a guess.
use smallnum;
10 + 20.452433483 # 30.45
15 / 5.34, # 2.81
9 * 0.01, # 0.09
20.3743543 - 10.1 # 10.27
300 % 29 # 10
10 > 1 # 1
10 < 1, #'';
10 == 10 #1
10 != 10 #''
10 <= 10, #1
10.10 >= 10.10, #1
AUTHOR
LNATION, <thisusedtobeanemail at gmail.com>
BUGS
Please report any bugs or feature requests to bug-smallnum at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=smallnum. 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 smallnum
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2020 by LNATION.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)