Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ GetDoubleUpperBound
Function
GetDoubleUpperBound
include/LightGBM/utils/common.h:886–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
}
885
886
inline static double GetDoubleUpperBound(double a) {
887
return std::nextafter(a, INFINITY);;
888
}
889
890
inline static size_t GetLine(const char* str) {
891
auto start = str;
Callers
1
GreedyFindBin
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected