bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] )help text displayed for encode and decode functions


From: Frederick Pitts
Subject: [Bug-apl] )help text displayed for encode and decode functions
Date: Mon, 28 Aug 2017 10:42:23 -0500

Hello all,

        Gnu-APL (svn 996) yields the following:

      )help ⊤
    dyadic function:  Z ← A ⊤ B  (Encode)
    Z is the representation of A in the number system whose radices are
B

and

      )help ⊥
    dyadic function:  Z ← A ⊥ B  (Decode)
    Z is the values of array A evaluated in a number system with
radices B

        The 'A' and 'B' in the second line of each )help output needs
to be swapped to be consistent with "APL2 Programming:
Language Reference", page 90 and 116.

Regards

Fred



reply via email to

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