<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://bsd.neuroinf.jp/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ADivint</id>
	<title>テンプレート:Divint - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://bsd.neuroinf.jp/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ADivint"/>
	<link rel="alternate" type="text/html" href="https://bsd.neuroinf.jp/w/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Divint&amp;action=history"/>
	<updated>2026-04-17T01:00:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://bsd.neuroinf.jp/w/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Divint&amp;diff=29342&amp;oldid=prev</id>
		<title>Nijcadmin: 1版</title>
		<link rel="alternate" type="text/html" href="https://bsd.neuroinf.jp/w/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Divint&amp;diff=29342&amp;oldid=prev"/>
		<updated>2015-03-14T03:15:34Z</updated>

		<summary type="html">&lt;p&gt;1版&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if:{{{3|}}}|{{divint/1|{{{1}}}|{{{2|}}}|{{formatnum:{{{3}}}|R}}}}|{{divint/1|{{{1}}}||{{formatnum:{{{2}}}|R}}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template divides an integer entered as a single parameter or with two parameters like in [[Template:Trunc]], by an integer which is representable as float. For integers which are in absolute value less than 2^63, with results which are in absolute value between 2^53 and 2^63, the result is the nearest integer, which is more accurate than regular division of floats (rounding to float) and even division of numbers of type integer (exact if the mathematical result is an integer, but with rounding of the integers &amp;#039;&amp;#039;and&amp;#039;&amp;#039; rounding of the result to float).&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
*{{xpsoc|divint|8|3}}&lt;br /&gt;
*{{xpsoc|divint|8e9|3}}&lt;br /&gt;
*{{xpsoc|divint|8e10|3}} (note that while this shows the resulting float exactly, this float is the result of the regular rounding of the quotient) &lt;br /&gt;
*{{xpsoc|divint|8e11|3}}&lt;br /&gt;
*{{xpsoc|divint|8e12|3}}&lt;br /&gt;
*{{xpsoc|divint|8e13|3}}&lt;br /&gt;
*{{xpsoc|divint|8e14|3}}&lt;br /&gt;
*{{xpsoc|divint|8e15|3}}&lt;br /&gt;
*{{xpsoc|divint|8e16|3}}; compare: {{xpsoc|numf|8e16/3}}&lt;br /&gt;
*{{xpsoc|divint|8e17|3}}; compare: {{xpsoc|numf|8e17/3}}&lt;br /&gt;
*{{xpsoc|divint|8e18|3}}; compare: {{xpsoc|numf|8e18/3}}&lt;br /&gt;
*{{xpsoc|divint|8e19|3}}&lt;br /&gt;
&lt;br /&gt;
*{{xpsoc|divint|1234567890|61235|3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|661235|3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|6661235|3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|66661235|3}}&lt;br /&gt;
**compare: {{xpsoc|numf|(trunc1234567890e8+trunc66661235)/3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|666661235|3}}&lt;br /&gt;
**compare: {{xpsoc|numf|(trunc1234567890e9+trunc666661235)/3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|6666661235|3}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|66666661235|3}}&lt;br /&gt;
&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,332|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,333|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,334|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,335|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,336|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,337|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,338|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,339|3}}&lt;br /&gt;
*{{xpsoc|divint|3,333,333,33|3,333,333,340|3}}&lt;br /&gt;
&lt;br /&gt;
*{{xpsoc|divint|1e19|3}}&lt;br /&gt;
&lt;br /&gt;
*{{xpsoc|divint|1234567890|666661235|987654321}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|6666661235|987654321}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|66666661235|987654321}}&lt;br /&gt;
*{{xpsoc|divint|1234567890|66666661235|1e20}}&lt;br /&gt;
&lt;br /&gt;
*{{xpsoc|divint|1e18|1}}&lt;br /&gt;
*{{xpsoc|divint|1e18|2}}&lt;br /&gt;
*{{xpsoc|divint|1e18|3}}&lt;br /&gt;
*{{xpsoc|divint|1e18|4}}&lt;br /&gt;
*{{xpsoc|divint|1e18|5}}&lt;br /&gt;
*{{xpsoc|divint|1e18|6}}&lt;br /&gt;
*{{xpsoc|divint|1e18|7}}&lt;br /&gt;
*{{xpsoc|divint|1e18|8}}&lt;br /&gt;
*{{xpsoc|divint|1e18|9}}&lt;br /&gt;
*{{xpsoc|divint|1e18|10}}&lt;br /&gt;
*{{xpsoc|divint|1e18|11}}&lt;br /&gt;
*{{xpsoc|divint|1e18|12}}&lt;br /&gt;
*{{xpsoc|divint|1e18|13}}&lt;br /&gt;
*{{xpsoc|divint|1e18|14}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999984049|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999990197|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999990198|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999991200|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999991300|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999996369|12345}}&lt;br /&gt;
*{{xpsoc|divint|899999999|9999996370|12345}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematical templates|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nijcadmin</name></author>
	</entry>
</feed>