Math Combinator


A new combinator for math instructions like maximum, minimum, random, median and set theory like intersection and difference.

Utilities
1 year, 7 months ago
0.14 - 1.1
1.33K

g How to use ... ?

1 year, 9 months ago

Somehow I don't get it ...
How can this be used to i.e. watch a product and send an active signal if the prodcuts amount is > x and < y ... ?

1 year, 7 months ago

">", "<" and "and" are all logical expression. Therefore this mod will not solve you problem.

But you can do this with the native deciders!
pseudo:
taking GREEN signal as helper

Decider 1: If productCount > x then GREEN=1
Decide 2: if productCount < y then GREEN=1
feed result to 3rd
Decider 3: If GREEN == 2 then ...

New response