maximum function

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

Implementation

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