HomeSort by relevance Sort by last modified time
    Searched defs:Binomial (Results 1 - 4 of 4) 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /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 262 milliseconds