absolute function

VARP absolute(
  1. VARP x
)

Implementation

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