RosettaCodeData/Task/Factorial/Perl/factorial-6.pl
2015-02-20 00:35:01 -05:00

2 lines
60 B
Raku

use Math::GMP;
say length( Math::GMP->new(10000)->bfac );