> It might be possible to port the Java BigInteger class to AS3. The Java > source code is available, so it ought to be possible to see fairly > quickly whether it could work or not.
also don't forget the NumberFormat class. core java actually can't handle BigDecimal/BigInteger classes. you might be better off using icu4j as a source instead. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

