3 lines
60 B
Perl
3 lines
60 B
Perl
|
|
use Math::GMP;
|
||
|
|
say length( Math::GMP->new(10000)->bfac );
|