Abs
Returns the absolute value of `value`. Unblocks the magnitude- vs-threshold pattern (`abs(delta) >= 0.005`) without the `Multiply(x, x) >= threshold * threshold` workaround that obscures intent.
- Subclass Of
Unary Numeric Op
Returns the absolute value of `value`. Unblocks the magnitude- vs-threshold pattern (`abs(delta) >= 0.005`) without the `Multiply(x, x) >= threshold * threshold` workaround that obscures intent.