big math
Posted: Mon Feb 08, 2010 1:30 pm
shouldn't this print tru?
if 2**64-1<2**64 then print 'tru'
or this
if (2**64-1)<(2**64) then print 'tru'
or this
if (2**64)-1<(2**64) then print 'tru'

if 2**64-1<2**64 then print 'tru'
or this
if (2**64-1)<(2**64) then print 'tru'
or this
if (2**64)-1<(2**64) then print 'tru'