Trying some of the examples in the Dyalog book I found the following:
Dialog book:
(+\ ⍣ ̄¯1) 3 4 9 15 19
3 1 5 6 4
GNU APL:
(+\ ⍣ ¯1) 3 4 9 15 19
DOMAIN ERROR
(+\⍣¯1)3 4 9 15 19
^ ^
*Blake McBride*
www.arahant.com
Cell: 615-394-6760
Office: 615-376-5500
Fax: 615-377-6006
On Tue, Aug 12, 2014 at 12:32 PM, Juergen Sauermann <
[email protected]> wrote:
> Hi,
>
> I have implemented the first shot at the power operator ⍣. SVN 434.
>
> /// Jürgen
>
>
