round function

VARP round(
  1. VARP x
)

Implementation

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