copysign function

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

Implementation

VARP copysign(VARP x, VARP y) => x * sign(y);