Re: [julia-users] Re: overflow behavior

2016-04-05 Thread Erik Schnetter
On Tue, Apr 5, 2016 at 10:50 AM, Páll Haraldsson wrote: > On Tuesday, April 5, 2016 at 2:45:38 PM UTC, Didier Verna wrote: >> >> >> Hello, >> >> the manual says: "In Julia, exceeding the maximum representable value of >> a given type results in a wraparound

Re: [julia-users] Re: overflow behavior

2016-04-05 Thread Didier Verna
Páll Haraldsson wrote: > Right, the manual could be updated, I guess. The last one, gives you > Int32 on 32-bit platforms. I expected as much, indeed. -- Resistance is futile. You will be jazzimilated. Lisp, Jazz, Aïkido: http://www.didierverna.info

[julia-users] Re: overflow behavior

2016-04-05 Thread Páll Haraldsson
On Tuesday, April 5, 2016 at 2:45:38 PM UTC, Didier Verna wrote: > > > Hello, > > the manual says: "In Julia, exceeding the maximum representable value of > a given type results in a wraparound behavior:", but that seems to be > the case only for the native type and above: > > julia>