MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / sgn

Function sgn

Windows/Gopher/Gopher/Gopher.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221template <typename T>
222int sgn(T val)
223{
224 return (T(0) < val) - (val < T(0));
225}
226
227float Gopher::getDelta(short t)
228{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected