abs function

VARP abs(
  1. VARP x
)

Implementation

VARP abs(VARP x) => F.abs(x);