fabs function

VARP fabs(
  1. VARP x
)

Implementation

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