Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ lowest
Function
lowest
source/core/StarMathCommon.hpp:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
template <typename T>
105
constexpr T lowest() {
106
return std::numeric_limits<T>::lowest();
107
}
108
109
template <typename T>
110
constexpr T highest() {
Callers
5
null
Method · 0.85
inf
Method · 0.85
isNull
Method · 0.85
satIntersection
Method · 0.85
directionalSatIntersection
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected