in reply to Re: Stirling Approx to N! for large Number?
in thread Stirling Approx to N! for large Number?
I can use this with the normal computationuse Math::BigInt lib => 'Pari';
But when its applied with my "factorial_stirling" subroutine, it became in conflict with my 'use constant statement for PI, EXP and also LOG function.use Math::GMP qw(:constant);
|
|---|