floor function

VARP floor(
  1. VARP x
)

Implementation

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