Math Combinator


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

Utilities
2 years ago
0.14 - 1.1
1.45K

g How to use ... ?

2 years 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 ... ?

2 years 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