<?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%3AFactorial</id>
	<title>TI-BASIC:Factorial - 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%3AFactorial"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Factorial&amp;action=history"/>
	<updated>2026-04-20T17:47:27Z</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:Factorial&amp;diff=574&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:Factorial&amp;diff=574&amp;oldid=prev"/>
		<updated>2016-02-24T18:08:04Z</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=FACTORIAL.GIF&lt;br /&gt;
|summary=Calculates the factorial of a number or list.&lt;br /&gt;
|syntax=&amp;#039;&amp;#039;value&amp;#039;&amp;#039;!&lt;br /&gt;
|location=Press:&lt;br /&gt;
# MATH to access the [[TI-BASIC:Math|Math]] menu.&lt;br /&gt;
# LEFT to access the PRB submenu.&lt;br /&gt;
# 4 to select !, 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;
! is the factorial function, where &amp;#039;&amp;#039;n&amp;#039;&amp;#039;! = &amp;#039;&amp;#039;n&amp;#039;&amp;#039;*(&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-1)! and 0! = 1, &amp;#039;&amp;#039;n&amp;#039;&amp;#039; an nonnegative integer. The function also works for arguments that are half an odd integer and greater than -1/2: &amp;lt;math&amp;gt;(-\frac1{2})!&amp;lt;/math&amp;gt; is defined as &amp;lt;math&amp;gt;\sqrt{\pi}&amp;lt;/math&amp;gt; and the rest are defined recursively.&lt;br /&gt;
&lt;br /&gt;
 3!&lt;br /&gt;
      6&lt;br /&gt;
 (‾.5)!&lt;br /&gt;
      1.772453851&lt;br /&gt;
 Ans²&lt;br /&gt;
      3.141592654&lt;br /&gt;
&lt;br /&gt;
The combinatorial interpretation of factorials is the number of ways to arrange &amp;#039;&amp;#039;n&amp;#039;&amp;#039; objects in order.&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; for any numbers except the ones mentioned above.&lt;br /&gt;
 &lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Npr|NPr]]&lt;br /&gt;
* [[TI-BASIC:Ncr|NCr]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>