MCPcopy 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
104template <typename T>
105constexpr T lowest() {
106 return std::numeric_limits<T>::lowest();
107}
108
109template <typename T>
110constexpr T highest() {

Callers 5

nullMethod · 0.85
infMethod · 0.85
isNullMethod · 0.85
satIntersectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected