RosettaCodeData/Task/Infinity/Perl/infinity-6.pl

4 lines
96 B
Perl
Raw Permalink Normal View History

use bigint;
my $x = 1e1000;
2018-08-17 15:15:24 +01:00
my $y = 10**10**10; # N.B. this will consume vast quantities of RAM