signbit function

VARP signbit(
  1. VARP x
)

Implementation

VARP signbit(VARP x) => equal(sign(x), F.scalar(-1, dtype: x.dtype));