OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Binomial
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/math/big/
int.go
184
//
Binomial
sets z to the
binomial
coefficient of (n, k) and returns z.
185
func (z *Int)
Binomial
(n, k int64) *Int {
188
k = n - k //
Binomial
(n, k) ==
Binomial
(n, n-k)
/prebuilts/go/linux-x86/src/math/big/
int.go
184
//
Binomial
sets z to the
binomial
coefficient of (n, k) and returns z.
185
func (z *Int)
Binomial
(n, k int64) *Int {
188
k = n - k //
Binomial
(n, k) ==
Binomial
(n, n-k)
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar
Completed in 77 milliseconds