Unable to use EACH in combinators on RHS?

Post all other topics which do not belong to any other category.
Post Reply
rain9441
Inserter
Inserter
Posts: 42
Joined: Sat Dec 16, 2017 10:30 pm
Contact:

Unable to use EACH in combinators on RHS?

Post by rain9441 »

Does anyone know why we cannot use EACH on the RHS of a combinator setting?

I want to do:

Input: 1024 / EACH
Output: EACH

I am unable to select EACH on the RHS, therefor I am unable to divide by each. For +, *, AND, OR, and XOR it's not an issue. For - it is mildly annoying. For /, %, ^, <<, and >>, it is blocking.

I tried searching for information but I could not find anything. Any thoughts?

User avatar
MEOWMI
Filter Inserter
Filter Inserter
Posts: 309
Joined: Wed May 22, 2019 12:21 pm
Contact:

Re: Unable to use EACH in combinators on RHS?

Post by MEOWMI »

As a replacement, are you able to do EACH / 1024 followed by EACH ^ -1 or even EACH ^ -1 and then EACH * 1024?

Would be neat if they added that as a feature but somehow I don't feel like they're up to it.

rain9441
Inserter
Inserter
Posts: 42
Joined: Sat Dec 16, 2017 10:30 pm
Contact:

Re: Unable to use EACH in combinators on RHS?

Post by rain9441 »

No, you cannot do EACH ^ -1, it is always 0.

Post Reply

Return to “General discussion”