in reply to Re^3: Efficiently working with huge exponents (yeah)
in thread Efficiently working with huge exponents
(In Math::MPFR, precision is specified in bits.)perl -MMath::MPFR=:mpfr -le "Rmpfr_set_default_prec(28);print Math::MP +FR->new(2) ** 1024000;" 5.194693363e308254
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Efficiently working with huge exponents (yeah)
by wanna_code_perl (Friar) on Mar 22, 2015 at 13:04 UTC |