subtract function

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

Implementation

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