It's a Wiki.  Just change the pages.

Henry Rich

On 6/18/2016 8:16 AM, Martin Kreuzer wrote:
Came across these (accidentally - not being a nit-picker by birth) while browsing:

** Stardot (*.)

1st example for LCM (And)
   0 0 1 1 +. 0 1 0 1
0 0 0 1
   0 0 1 1 *. 0 1 0 1    NB. (*.) instead of (+.)
0 0 0 1

2nd example
   (0 1) *./ (0 1)      NB. truth table of: +.
0 0
0 1
in NB. (+.) should be (*.)

** Plusdot (+.)

Section header "GCD (Or"
closing parenthesis missing

-M

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

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

Reply via email to