6 lines
150 B
Text
6 lines
150 B
Text
|
|
include builtins\mpfr.e
|
||
|
|
?mpz_get_str(mpz_binom(5,3))
|
||
|
|
?mpz_get_str(mpz_binom(100,50))
|
||
|
|
?mpz_get_str(mpz_binom(60,30))
|
||
|
|
?mpz_get_str(mpz_binom(1200,120))
|