NAME

Math::GoldenBigMath - Math with big numbers in pure perl with no deps

ABOUT

calc + - * / % with unbounded integers/decimals

+ - * / % == != > < <=> implemented

handling of exponents ([eE][+-]?123456789) and decimal point "[,.]" still missing

SYNOPSIS

use Math::GoldenBigMath;
my $foo = Math::GoldenBigMath->new();
# ...

SUBROUTINES/METHODS

function1

TODO: Document me.

AUTHOR

Ralf Peine, <ralf.peine at jupiter-program.de>

BUGS

Please report any bugs or feature requests to bug-math-goldenbigmath at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-GoldenBigMath. 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 Math::GoldenBigMath

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Ralf Peine.

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.