Hi Elias,
exactly. ⍬⍴(⍴B),1. is a verbose way of saying *↑1,⍨⍴B*
/// Jürgen
On 07/04/2014 04:43 AM, Elias Mårtenson wrote:
Oh wait... Forget it. I see it now. It's a clever way of seeing how
many first-axis elements there are, with 1 being returned for scalars,
yes?
Regards,
Elias
On 4 J
Oh wait... Forget it. I see it now. It's a clever way of seeing how many
first-axis elements there are, with 1 being returned for scalars, yes?
Regards,
Elias
On 4 July 2014 10:34, Elias Mårtenson wrote:
> I have now been looking at the monadic form for a while, and I just can't
> figure out w
I have now been looking at the monadic form for a while, and I just can't
figure out what it is good for. I also don't understand what the ⍴ actually
does with ⍬ as its left argument.
Regards,
Elias
On 4 July 2014 01:23, Juergen Sauermann
wrote:
> Hi,
>
> thanks, added in SVN 358. It also has
Hi,
thanks, added in SVN 358. It also has a monadic form returning ⍬⍴(⍴B),1.
(according to NARS)
/// Jürgen
On 06/30/2014 04:35 PM, Elias Mårtenson wrote:
Now that we have ≢ (not-identical-to) in the keymap, would it make
sense to implement support for it as well? As far as I know, it only
Now that we have ≢ (not-identical-to) in the keymap, would it make sense to
implement support for it as well? As far as I know, it only has a dyadic
form which is the inverse of ≡.
Regards,
Elias