Evaluate binomial coefficients: Difference between revisions

Content added Content deleted
(Added a general comment.)
Line 2,524: Line 2,524:
Alternatively, by using the ''Number.nok()'' method:
Alternatively, by using the ''Number.nok()'' method:
<lang ruby>say 400.nok(200)</lang>
<lang ruby>say 400.nok(200)</lang>

=={{header|Smalltalk}}==
{{works with|Smalltalk/X}}
Having a small language but a big class library in my bag, we can write:
<lang smalltalk>Transcript showCR: (400 binomialCoefficient:200)</lang>
{{out}}
102952500135414432972975880320401986757210925381077648234849059575923332372651958598336595518976492951564048597506774120


=={{header|Stata}}==
=={{header|Stata}}==