<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://mix.kumikomi.net/skins/common/feed.css?164"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>丸め処理 - 変更履歴</title>
		<link>http://mix.kumikomi.net/index.php?title=%E4%B8%B8%E3%82%81%E5%87%A6%E7%90%86&amp;action=history</link>
		<description>このウィキのこのページに関する変更履歴</description>
		<language>ja</language>
		<generator>MediaWiki 1.13.2</generator>
		<lastBuildDate>Thu, 14 May 2026 16:30:02 GMT</lastBuildDate>
		<item>
			<title>2009年1月29日 (木) 02:15 における Worker による編集</title>
			<link>http://mix.kumikomi.net/index.php?title=%E4%B8%B8%E3%82%81%E5%87%A6%E7%90%86&amp;diff=3799&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←前の版&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;2009年1月29日 (木) 02:15の版&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;10 行&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;10 行&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:組み込み技術全般]] [[Category:FPGA]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:組み込み技術全般&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|マルメショリ&lt;/ins&gt;]] [[Category:FPGA&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|マルメショリ&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-05-14 16:30:02 --&gt;
&lt;/table&gt;</description>
			<pubDate>Thu, 29 Jan 2009 02:15:51 GMT</pubDate>			<dc:creator>Worker</dc:creator>			<comments>http://mix.kumikomi.net/index.php/%E3%83%8E%E3%83%BC%E3%83%88:%E4%B8%B8%E3%82%81%E5%87%A6%E7%90%86</comments>		</item>
		<item>
			<title>Worker: 新しいページ: '丸め処理（まるめしょり） 【Rounding】  　ある数値を，一定の範囲の数値に置き換えることをいいます．端数処理とも呼びます．け...'</title>
			<link>http://mix.kumikomi.net/index.php?title=%E4%B8%B8%E3%82%81%E5%87%A6%E7%90%86&amp;diff=3750&amp;oldid=prev</link>
			<description>&lt;p&gt;新しいページ: '丸め処理（まるめしょり） 【Rounding】  　ある数値を，一定の範囲の数値に置き換えることをいいます．端数処理とも呼びます．け...'&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;丸め処理（まるめしょり） 【Rounding】&lt;br /&gt;
&lt;br /&gt;
　ある数値を，一定の範囲の数値に置き換えることをいいます．端数処理とも呼びます．けた数が多いときに丸め処理が行われます．浮動小数点数演算の標準規格であるIEEE 754では4種類の丸めモードが定義されています．すなわち，1）最も近い偶数値に丸める，2）ゼロに近いほうに丸める，3）正の無限大に近いほうに丸める，4）負の無限大に近いほうに丸める，の4種類です．&lt;br /&gt;
　2進数の浮動小数点演算では，1）の「最も近い偶数値に丸める」が基本形です．これは，0は切り捨てて，1は切り上げるが，端数がちょうど1であれば，結果が偶数になるように切り上げと切り捨てを選択する，という方法です．例えば0101.11は0110になりますが，0010.10は0010になります．また，同じ数値を2回以上丸めることは禁止されています．これは，0101.11をいったん0101.0にしてから0101にするのではなく，直接0110にする，ということです．通常丸め処理は誤差が生じる処理ですが，「最も近い偶数値に丸める」方法が誤差が少ないとされています．&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
【出典】（株）アルティマ 技術統括部 一同，下馬場 朋禄，山際 伸一，横溝 憲治；システム開発者のためのFPGA用語集，Design Wave Magazine 2008年12月号 別冊付録，CQ出版社，2008年12月．&lt;br /&gt;
&amp;lt;!-- 【著作権者】○○ ○○氏 --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:組み込み技術全般]] [[Category:FPGA]]&lt;/div&gt;</description>
			<pubDate>Thu, 29 Jan 2009 01:53:06 GMT</pubDate>			<dc:creator>Worker</dc:creator>			<comments>http://mix.kumikomi.net/index.php/%E3%83%8E%E3%83%BC%E3%83%88:%E4%B8%B8%E3%82%81%E5%87%A6%E7%90%86</comments>		</item>
	</channel>
</rss>