Evaluate binomial coefficients: Difference between revisions

Content added Content deleted
m (→‎{{header|360 Assembly}}: Superfluous blanks suppressed)
Line 1,749: Line 1,749:
<pre>5_C_3 = 10
<pre>5_C_3 = 10
60_C_30 = 118264581564861424</pre>
60_C_30 = 118264581564861424</pre>

=={{header|TI-83 BASIC}}==
Builtin operator nCr gives the number of combinations.
<lang ti83b>
10 nCr 4
</lang>
{{out}}
<pre>
210
</pre>



=={{header|TI-89 BASIC}}==
=={{header|TI-89 BASIC}}==