<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Big numbers in MAX and Java</title>
		<atom:link href="http://cycling74.com/forums/topic/big-numbers-in-max-and-java/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/big-numbers-in-max-and-java/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:23:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/big-numbers-in-max-and-java/#post-24865</guid>
					<title><![CDATA[Big numbers in MAX and Java]]></title>
					<link>http://cycling74.com/forums/topic/big-numbers-in-max-and-java/#post-24865</link>
					<pubDate>Mon, 13 Mar 2006 20:12:19 +0000</pubDate>
					<dc:creator>Fontaigne</dc:creator>

					<description>
						<![CDATA[
						<p>Recently learned that Max uses 32-bit atomsizes and cant perform basic arithmetic (division,) on numbers large enough to satisfy my needs.  Java and Javascript was recommended to me but I dont know where to beging coding something that would not only interface with Max but also perform the necessary operations.  Anyone have a reference, advice or solution to this problem?  I need to divide numbers less than a billion as accurately as possible.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/big-numbers-in-max-and-java/#post-72501</guid>
					<title><![CDATA[Re: Big numbers in MAX and Java]]></title>
					<link>http://cycling74.com/forums/topic/big-numbers-in-max-and-java/#post-72501</link>
					<pubDate>Mon, 13 Mar 2006 22:49:16 +0000</pubDate>
					<dc:creator>projects</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Timothy,</p>
<p>For an example of how to use the BigInteger class, please see<br />
fibonacci.java.  Reworking the ideas in that object with the<br />
BigDecimal class should allow you to divide big numbers with whatever<br />
precision you need.</p>
<p>Ben</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

