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

Function absi

include/rack0.hpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return math::clamp(x, min, max);
56}
57DEPRECATED inline int absi(int a) {
58 return std::fabs(a);
59}
60DEPRECATED inline int eucmodi(int a, int base) {
61 return eucMod(a, base);
62}

Callers

nothing calls this directly

Calls 1

fabsFunction · 0.85

Tested by

no test coverage detected