Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ scaleNormalize
Method
scaleNormalize
output/java_guava/1.4.19/DoubleUtils.java:88–91 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
86
87
88
static
double scaleNormalize(double x) {
89
long significand = doubleToRawLongBits(x) & SIGNIFICAND_MASK;
90
return
longBitsToDouble(significand | ONE_BITS);
91
}
92
93
94
static
double bigToDouble(BigInteger x) {
Callers
1
log2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected