Thanks Roger. I have run into this issue a couple of times, and I knew J
must have a solution. I just need to remember the double reverse scheme
(reverse the noun order & reverse the dyad execution).

Skip


On Thu, Oct 3, 2019 at 12:18 AM Roger Hui <rogerhui.can...@gmail.com> wrote:

>    %~/ |. 1 2 3 4 5
> 0.00833333
>
>
> On Wed, Oct 2, 2019 at 9:44 PM Skip Cave <s...@caveconsulting.com> wrote:
>
> > I can write:
> > 1%(2%(3%(4%5)))
> >
> > 1.875
> >
> >
> > Using insert, I can simplify:
> >
> > %/1 2 3 4 5
> >
> > 1.875
> >
> >
> > Now I can write:
> >
> > (((1%2)%3)%4)%5
> >
> > 0.00833333333333333
> >
> >
> > How can I use insert to simplify this?
> >
> >
> > Skip Cave
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> 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