mod function

VARP mod(
  1. VARP x,
  2. VARP y
)

Implementation

VARP mod(VARP x, VARP y) => F.mod(x, y);