Small bug in / (Value)

that’s unfair ;]

devide bug.v4p (6.7 kB)

@antokhio : It’s not a bug.

The first value you gave is zero and the next value was 1…its technically not possible to divide any value by zero so it took the next value 1 and displayed 100 as the final result and thus it just dint accept zero as value at all. Try giving 2 for first pin and 4 for second and you may see the result :). Hope it helps.