MCPcopy Create free account
hub / github.com/chrxh/alien / modulo

Method modulo

source/Base/Math.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123float Math::modulo(float value, float size)
124{
125 return fmodf(fmodf(value, size) + size, size);
126}
127
128float Math::sigmoid(float x)
129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected