sign function

VARP sign(
  1. VARP x
)

Implementation

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