Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getMantissa
Method
getMantissa
JSAT/src/jsat/math/FastMath.java:27–30 ·
view source on GitHub ↗
(long bits)
Source
from the content-addressed store, hash-verified
25
*/
26
27
private
static
long getMantissa(long bits)
28
{
29
return
bits & 0x000fffffffffffffL;
30
}
31
32
@SuppressWarnings(
"unused"
)
33
private
static
long getExponent(long bits)
Callers
3
log2_2pd1
Method · 0.95
log2_c11
Method · 0.95
pow
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected