Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getExponent
Method
getExponent
JSAT/src/jsat/math/FastMath.java:32–36 ·
view source on GitHub ↗
(long bits)
Source
from the content-addressed store, hash-verified
30
}
31
32
@SuppressWarnings(
"unused"
)
33
private
static
long getExponent(long bits)
34
{
35
return
(bits & 0x7ff0000000000000L) >> 52;
36
}
37
38
private
static
final
double logConst = Math.log(2);
39
Callers
3
log2_2pd1
Method · 0.45
log2_c11
Method · 0.45
pow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected