Searched defs:absoluteValue (Results 1 – 2 of 2) sorted by relevance
64 constexpr int absoluteValue(int x) { return x < 0 ? -x : x; } in absoluteValue() function