On Thu, Sep 08, 2005 at 01:43:35PM -0700, Bernhard Schmalhofer via RT wrote:
> I have checked the factorial example on
> http://www.parrotcode.org/examples/pasm.html.
> 
> Starting with 13! incorrect results are indeed returned on my 32bit
> Linux machine.

I'm not surprised, the values listed on that webpage for !13, !14 and
!15 are wrong.

According to my lisp interpreter the correct values (Google confirmed)
are:

    13! = 6227020800
    14! = 87178291200
    15! = 1307674368000

In case someone should be really bored, here's a link to more then you
ever wanted to know about factorials:
    
    http://mathworld.wolfram.com/Factorial.html

Cheers,

-J

--

Attachment: pgp8647ZFIayw.pgp
Description: PGP signature

Reply via email to