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

Function absf

include/rack0.hpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return isPow2(n);
68}
69DEPRECATED inline float absf(float x) {
70 return std::fabs(x);
71}
72DEPRECATED inline float sgnf(float x) {
73 return sgn(x);
74}

Callers

nothing calls this directly

Calls 1

fabsFunction · 0.85

Tested by

no test coverage detected