trunc function

VARP trunc(
  1. VARP x
)

Implementation

VARP trunc(VARP x) => fix(x);