Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
template <typename T>
222
int sgn(T val)
223
{
224
return (T(0) < val) - (val < T(0));
225
}
226
227
float Gopher::getDelta(short t)
228
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected