Evaluate binomial coefficients: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: replaced with gmp version)
Line 1,225: Line 1,225:


=={{header|Julia}}==
=={{header|Julia}}==
{{works with|Julia|0.6}}
{{works with|Julia|1.2}}


'''Built-in''' (uses <code>gamma</code> function):
'''Built-in'''
<lang julia>@show binomial(5, 3)</lang>
<lang julia>@show binomial(5, 3)</lang>