can Rev handle big numbers?

Dar Scott dsc at swcp.com
Sat May 21 17:11:37 EDT 2005


On May 21, 2005, at 12:55 PM, Andre Garzia wrote:

> Does any one knows if Rev has some limit for number crunching? like 
> working with really big ints and base conversion? The issue is not 
> speed, I am afraid of Rev loosing information or refusing to answer 
> correctly. Can we trust rev for number crunching?

8-byte (double) floating point for arithmetic; 32-bit for base 
conversion or bit-logical.

I have tinkered with some homemade arithmetic experiments for intervals 
and for fixed point decimal (* and +).  You can make your own 
arithmetic if you want.

Dar

-- 
**********************************************
     DSC (Dar Scott Consulting & Dar's Lab)
     http://www.swcp.com/dsc/
     Programming and software
**********************************************



More information about the use-livecode mailing list