Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isNormal
Method
isNormal
output/java_guava/1.4.19/DoubleUtils.java:78–80 ·
view source on GitHub ↗
(double d)
Source
from the content-addressed store, hash-verified
76
77
78
static
boolean isNormal(double d) {
79
return
getExponent(d) >= MIN_EXPONENT;
80
}
81
82
/*
83
* Returns x scaled by a power of 2 such that it is in the range [1, 2). Assumes x is positive,
Callers
1
log2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected