bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Power Operator


From: Blake McBride
Subject: Re: [Bug-apl] Power Operator
Date: Tue, 12 Aug 2014 18:53:00 -0500

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 <address@hidden> wrote:
Hi,

I have implemented the first shot at the power operator ⍣. SVN 434.

/// Jürgen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]