Dear Monks A happy new year to you all. I have a small problem, the following script works well with say primorial(47) but fails on primorial(53). Is there a workaround?
#!/usr/bin/env perl use warnings; use strict; use Math::BigFloat lib=>"GMP"; use Math::GMPz; use Math::Prime::Util qw/:all/; my $fact = Math::GMPz->new(primorial(53)); print "$fact\n";
I get the response: C:\perl>test1.pl Inappropriate argument supplied to new() at C:/Strawberry/perl/site/lib/Math/GMP z.pm line 197.
In reply to Too big? by robert44444uk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |