On Tue, Jun 7, 2022 at 3:57 PM Elijah Stone <elro...@elronnd.net> wrote:
> I don't like trenchcoat functions, but _if_ one is to use b., the result is
> much more comprehensible if the truth table is represented in base 2.

I agree that

   2b0110 b./~ 0 1
0 1
1 0

is more comprehensible than

   6 b./~ 0 1
0 1
1 0

And, likewise,

   2b10110 b./~ i.4
0 1 2 3
1 0 3 2
2 3 0 1
3 2 1 0

is more comprehensible than the equivalent 22 b. expression.

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to