julia> factorial(big(21))
51090942171709440000

(Julia doesn't auto-promote)

On Mon, Jan 12, 2015 at 10:10 PM, Carlos Baptista <[email protected]>
wrote:

> I understand that factorial(21) is quite a large number and therefore an
> OverflowError is perfectly understandable. However, with Octave I can go up
> to factorial(170) (if I go higher I receive Inf). Is there a way to go
> beyond factorial(20) in Julia?
>

Reply via email to