NAME
Complete::Number - Complete numbers
VERSION
This document describes version 0.04 of Complete::Number (from Perl distribution Complete-Number), released on 2015-11-29.
SYNOPSIS
DESCRIPTION
FUNCTIONS
complete_float(%args) -> array
Complete floating number.
This function is not exported by default, but exportable.
Arguments ('*' denotes required arguments):
max => float
min => float
word* => str (default: "")
Word to complete.
xmax => float
xmin => float
Return value: (array)
complete_int(%args) -> array
Complete integer number.
This function is not exported by default, but exportable.
Arguments ('*' denotes required arguments):
max => int
min => int
word* => str (default: "")
Word to complete.
xmax => int
xmin => int
Return value: (array)
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Complete-Number.
SOURCE
Source repository is at https://github.com/perlancar/perl-Complete-Number.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Complete-Number
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.