Thank you! Br /Alexey
2015-09-23 12:04 GMT+02:00 Juergen Sauermann <juergen.sauerm...@t-online.de> : > Hi Alexey, > > no it does not. But in GNU APL you can do: > > * -⍟2 3 4 * > *¯0.6931471806 ¯1.098612289 ¯1.386294361* > > /// Jürgen > > > On 09/23/2015 12:04 AM, Alexey Veretennikov wrote: > > Hi all, > > Does the GNU APL support the Compose operator? I.e. in Dyalog APL I can > do: > -∘⍟2 3 4 > ¯0.6931471806 ¯1.098612289 ¯1.386294361 > > However in GNU APL: > -∘⍟2 3 4 > VALENCE ERROR > -∘⍟2 3 4 > ^^ > > > Br, > /Alexey > > > >