<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hüseyin Berberoğlu &#187; BigDecimal</title>
	<atom:link href="http://www.birazkisisel.com/tag/bigdecimal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.birazkisisel.com</link>
	<description>Software Developer / Wordpress Hacker</description>
	<lastBuildDate>Wed, 14 Dec 2011 16:33:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java BigDecimal.divide() fonksiyonu</title>
		<link>http://www.birazkisisel.com/java-bigdecimaldivide-fonksiyonu/</link>
		<comments>http://www.birazkisisel.com/java-bigdecimaldivide-fonksiyonu/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 10:59:58 +0000</pubDate>
		<dc:creator>Hüseyin Berberoğlu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[BigDecimal]]></category>
		<category><![CDATA[divide()]]></category>
		<category><![CDATA[java.math]]></category>

		<guid isPermaLink="false">http://www.birazkisisel.com/?p=259</guid>
		<description><![CDATA[Java&#8217;da iki BigDecimal değeri divide() fonksiyonu ile bölmek istediğimde şu hatayı aldım; Non-terminating decimal expansion; no exact representable decimal result. Hatayı almamın sebebi divide fonksiyonunu yanlış kullanmammış. Şöyle iki değişkenimiz olsun; BigDecimal sayi1 = BigDecimal.valueOf&#40;100&#41;; BigDecimal sayi2 = BigDecimal.valueOf&#40;50&#41;; Bunları bölmeye çalışalım; sayi1.divide&#40;sayi2&#41;; İlgili referans sayfasından da görebileceğiniz gibi bu şekilde bir kullanım yanlış. roundingMode [...]]]></description>
		<wfw:commentRss>http://www.birazkisisel.com/java-bigdecimaldivide-fonksiyonu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

