Jump to content

Evaluate binomial coefficients: Difference between revisions

→‎{{header|Go}}: library path update
(→‎{{header|D}}: corrected. te corner case binom(n,0) didn't work as expected.)
(→‎{{header|Go}}: library path update)
Line 382:
<lang go>package main
import "fmt"
import "math/big"
 
func main() {
1,707

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.