If IN1>IN2 then SIGN = Pozitive,
else IN1<IN2 then SIGN = Negative,
else IN1==IN2 then SIGN=0.
sign
@/sign
If IN1>IN2 then SIGN = Pozitive,
else IN1<IN2 then SIGN = Negative,
else IN1==IN2 then SIGN=0.
IN1number
IN2number
OUTnumber
Result is
left > right = 1,
left < right = -1,
left = right = 0.
To use the node in your project you should have the koadrobot/math library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.