Vyxapedia

Element - ∆± - Copy Sign

Characters: , ±


Description

Copy the sign of one number to the other


Overloads

  • num-num - math.copysign(a, b)

Examples

  • -1 4 ∆± = 1
  • 1 -69 ∆± = -1
  • -1 -420 ∆± = -1
  • 1 203 ∆± = 1