OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digamma
(Results
1 - 5
of
5
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java
64
// limits for switching algorithm in
digamma
275
* <p>Computes the
digamma
function of x.</p>
278
* Jose Bernardo, Algorithm AS 103: Psi (
Digamma
) Function, Applied Statistics, 1976.</p>
289
* @return
digamma
(x) to within 10-8 relative or absolute error whichever is smaller
290
* @see <a href="http://en.wikipedia.org/wiki/Digamma_function">
Digamma
at wikipedia </a>
294
public static double
digamma
(double x) {
method in class:Gamma
310
return
digamma
(x + 1) - 1 / x;
315
* the implementation of
digamma
.</p>
320
* @see Gamma#
digamma
(double)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
459
//
digamma
:
461
typename tools::promote_args<T>::type
digamma
(T x);
464
typename tools::promote_args<T>::type
digamma
(T x, const Policy&);
[
all
...]
/external/eigen/unsupported/test/mpreal/
mpreal.h
470
friend const mpreal
digamma
(const mpreal& v, mp_rnd_t rnd_mode);
2434
inline const mpreal
digamma
(const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNARY_MATH_FUNCTION_BODY(
digamma
); }
function in namespace:mpfr
[
all
...]
/prebuilts/go/darwin-x86/src/html/
entity.go
[
all
...]
/prebuilts/go/linux-x86/src/html/
entity.go
[
all
...]
Completed in 1282 milliseconds