OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ln_2
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava/src/com/google/common/math/
DoubleMath.java
196
return Math.log(x) /
LN_2
; // surprisingly within 1 ulp according to tests
199
private static final double
LN_2
= Math.log(2);
/external/opencv/cxcore/src/
cxmathfuncs.cpp
1366
static const double
ln_2
= 0.69314718055994530941723212145818;
variable
[
all
...]
Completed in 55 milliseconds