MCPcopy 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
886inline static double GetDoubleUpperBound(double a) {
887 return std::nextafter(a, INFINITY);;
888}
889
890inline static size_t GetLine(const char* str) {
891 auto start = str;

Callers 1

GreedyFindBinFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected