> public var myNumber:Number = reachs 32k digits positive or negative 

 

Number has nothing to do with 32k of anything.

 

> public var myotherNumbre:int = reachs only integer numbers more than 0

 

int is for both positive and negative integers; uint is for non-negative
integers.

 

- Gordon

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Igor Costa
Sent: Thursday, February 08, 2007 2:25 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] BigInteger class for ActionScript

 

Kaleb

Use Number as usual was in Flash.

public var myNumber:Number = reachs 32k digits positive or negative

public var myotherNumbre:int = reachs only integer numbers more than 0

public var ler:uint; 

Etc.

Best.

On 2/7/07, kaleb_pederson <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Hello all,

Does anybody know of a BigInteger class (eg. one that supports
virtually unlimited precision and digits) that's available? It will
be used for encryption (generating random primes and such), so it
needs to support at least 512 digits.

Thanks.

--Kaleb




-- 
----------------------------
Igor Costa
www.igorcosta.org <http://www.igorcosta.org> 
www.igorcosta.com <http://www.igorcosta.com> 
skype: igorpcosta 

 

Reply via email to