RosettaCodeData/Task/Factorial/Perl/factorial-6.pl
2023-07-01 13:44:08 -04:00

2 lines
60 B
Raku

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