MCPcopy Create free account
hub / github.com/VCVRack/Rack / sgnf

Function sgnf

include/rack0.hpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return std::fabs(x);
71}
72DEPRECATED inline float sgnf(float x) {
73 return sgn(x);
74}
75DEPRECATED inline float eucmodf(float a, float base) {
76 return eucMod(a, base);
77}

Callers

nothing calls this directly

Calls 1

sgnFunction · 0.70

Tested by

no test coverage detected