in reply to
Re: root function
in thread
root function
I'd reach for
bignum
first (after using the builtins). See
Math::BigInt
,
Math::BigFloat
etc. It's a great set of modules.
Comment on
Re^2: root function
In Section
Seekers of Perl Wisdom