<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AFnint</id>
	<title>TI-BASIC:Fnint - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AFnint"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fnint&amp;action=history"/>
	<updated>2026-04-30T02:54:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Fnint&amp;diff=1500&amp;oldid=prev</id>
		<title>Maintenance script: Automated superscript correction</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fnint&amp;diff=1500&amp;oldid=prev"/>
		<updated>2016-02-24T22:26:08Z</updated>

		<summary type="html">&lt;p&gt;Automated superscript correction&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:26, 24 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l10&quot;&gt;Line 10:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fnInt(&#039;&#039;f&#039;&#039;(&#039;&#039;var&#039;&#039;),&#039;&#039;var&#039;&#039;,&#039;&#039;a&#039;&#039;,&#039;&#039;b&#039;&#039;[,&#039;&#039;tol&#039;&#039;]) computes an approximation to the definite integral of &#039;&#039;f&#039;&#039; with respect to &#039;&#039;var&#039;&#039; from &#039;&#039;a&#039;&#039; to &#039;&#039;b&#039;&#039;. &#039;&#039;tol&#039;&#039; controls the accuracy of the integral computed. The default value of &#039;&#039;tol&#039;&#039; is 10&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;^^&lt;/del&gt;-5&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;^^&lt;/del&gt;. fnInt( returns exact results for functions that are polynomials of small degree.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fnInt(&#039;&#039;f&#039;&#039;(&#039;&#039;var&#039;&#039;),&#039;&#039;var&#039;&#039;,&#039;&#039;a&#039;&#039;,&#039;&#039;b&#039;&#039;[,&#039;&#039;tol&#039;&#039;]) computes an approximation to the definite integral of &#039;&#039;f&#039;&#039; with respect to &#039;&#039;var&#039;&#039; from &#039;&#039;a&#039;&#039; to &#039;&#039;b&#039;&#039;. &#039;&#039;tol&#039;&#039; controls the accuracy of the integral computed. The default value of &#039;&#039;tol&#039;&#039; is 10&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;sup&amp;gt;&lt;/ins&gt;-5&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;/sup&amp;gt;&lt;/ins&gt;. fnInt( returns exact results for functions that are polynomials of small degree.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fnInt( only works for real numbers and expressions. The [http://mathworld.wolfram.com/Gauss-KronrodQuadrature.html Gauss-Kronrod method] is used for approximating the integral.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fnInt( only works for real numbers and expressions. The [http://mathworld.wolfram.com/Gauss-KronrodQuadrature.html Gauss-Kronrod method] is used for approximating the integral.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Fnint&amp;diff=1231&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fnint&amp;diff=1231&amp;oldid=prev"/>
		<updated>2016-02-24T18:41:21Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=FNINT.GIF&lt;br /&gt;
|summary=Approximately computes a definite integral.&lt;br /&gt;
|syntax=fnInt(&amp;#039;&amp;#039;f&amp;#039;&amp;#039;(&amp;#039;&amp;#039;var&amp;#039;&amp;#039;),&amp;#039;&amp;#039;var&amp;#039;&amp;#039;,&amp;#039;&amp;#039;a&amp;#039;&amp;#039;,&amp;#039;&amp;#039;b&amp;#039;&amp;#039;[,&amp;#039;&amp;#039;tol&amp;#039;&amp;#039;])&lt;br /&gt;
|location=Press&lt;br /&gt;
# Press MATH to access the [[TI-BASIC:Math|Math]] menu.&lt;br /&gt;
# 9 to select fnInt(, or use arrows.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
fnInt(&amp;#039;&amp;#039;f&amp;#039;&amp;#039;(&amp;#039;&amp;#039;var&amp;#039;&amp;#039;),&amp;#039;&amp;#039;var&amp;#039;&amp;#039;,&amp;#039;&amp;#039;a&amp;#039;&amp;#039;,&amp;#039;&amp;#039;b&amp;#039;&amp;#039;[,&amp;#039;&amp;#039;tol&amp;#039;&amp;#039;]) computes an approximation to the definite integral of &amp;#039;&amp;#039;f&amp;#039;&amp;#039; with respect to &amp;#039;&amp;#039;var&amp;#039;&amp;#039; from &amp;#039;&amp;#039;a&amp;#039;&amp;#039; to &amp;#039;&amp;#039;b&amp;#039;&amp;#039;. &amp;#039;&amp;#039;tol&amp;#039;&amp;#039; controls the accuracy of the integral computed. The default value of &amp;#039;&amp;#039;tol&amp;#039;&amp;#039; is 10^^-5^^. fnInt( returns exact results for functions that are polynomials of small degree.&lt;br /&gt;
&lt;br /&gt;
fnInt( only works for real numbers and expressions. The [http://mathworld.wolfram.com/Gauss-KronrodQuadrature.html Gauss-Kronrod method] is used for approximating the integral.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tip&amp;#039;&amp;#039;&amp;#039;: Sometimes, to get an answer of acceptable accuracy out of fnInt(, substitution of variables and analytic manipulation may be needed.&lt;br /&gt;
&lt;br /&gt;
 fnInt(1/X,X,1,2)&lt;br /&gt;
 		.6931471806&lt;br /&gt;
 fnInt(ln(X),X,0,1) &amp;lt;a difficult example&amp;gt;&lt;br /&gt;
 		-.999998347&lt;br /&gt;
 fnInt(ln(X),X,0,1,e-11)&lt;br /&gt;
 		-1&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#domain|ERR:DOMAIN]]&amp;#039;&amp;#039;&amp;#039; is thrown if &amp;#039;&amp;#039;tol&amp;#039;&amp;#039; is 0.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#illegalnest|ERR:ILLEGAL NEST]]&amp;#039;&amp;#039;&amp;#039; is thrown if fnInt( occurs in the expression to be integrated.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#tolnotmet|ERR:TOL NOT MET]]&amp;#039;&amp;#039;&amp;#039; may occur if the tolerance is too small.&lt;br /&gt;
 &lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Fmin|FMin(]]&lt;br /&gt;
* [[TI-BASIC:Fmax|FMax(]]&lt;br /&gt;
* [[TI-BASIC:Nderiv|NDeriv(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>