square function

VARP square(
  1. VARP x
)

Implementation

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