Evaluate binomial coefficients: Difference between revisions

m
m (→‎{{header|Phix}}: replaced with gmp version)
Line 1,225:
 
=={{header|Julia}}==
{{works with|Julia|01.62}}
 
'''Built-in''' (uses <code>gamma</code> function):
<lang julia>@show binomial(5, 3)</lang>