Given Wikipedia’s discussion of Double Factorials, can anyone suggest where I might find a bignum version of this for Perl, or else suggest how it might be written?
Given Wikipedia’s discussion of Double Factorial s, can anyone suggest where I might find
Share
Perl will handle whatever your C compiler can handle, for anything bigger you should be using Math::BigInt.
I would recommend you read perlnumber.
A definition for the double factorial (in perl golf):