in reply to Re: Stirling Approx to N! for large Number?
in thread Stirling Approx to N! for large Number?

Zaxo,
What's the equivalent to that in Pari? I tried this at the beginning of my code. But wont do.
use Math::BigInt lib => 'Pari';
I can use this with the normal computation
use Math::GMP qw(:constant);
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.

Regards,
Edward