rint function

VARP rint(
  1. VARP x
)

Implementation

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