OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stirling
(Results
1 - 8
of
8
) sorted by null
/prebuilts/go/darwin-x86/src/math/
gamma.go
32
// interval (2,3). Large arguments are handled by
Stirling
's
93
// Gamma function computed by
Stirling
's formula.
95
func
stirling
(x float64) float64 {
func
140
return
stirling
(x)
155
z = Pi / (Abs(z) *
stirling
(q))
/prebuilts/go/linux-x86/src/math/
gamma.go
32
// interval (2,3). Large arguments are handled by
Stirling
's
93
// Gamma function computed by
Stirling
's formula.
95
func
stirling
(x float64) float64 {
func
140
return
stirling
(x)
155
z = Pi / (Abs(z) *
stirling
(q))
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
SaddlePointExpansion.java
51
/** exact
Stirling
expansion error for certain values. */
93
* Compute the error of
Stirling
's series at the given value.
97
* <li>Eric W. Weisstein. "
Stirling
's Series." From MathWorld--A Wolfram Web
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c
58
* x >= 6.5: Use the asymptotic approximation (
Stirling
's formula)
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
math.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
math.a
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
math.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/
math.a
[
all
...]
Completed in 353 milliseconds