Take: Difference between revisions

Jump to navigation Jump to search
50 bytes added ,  15:39, 4 November 2019
no edit summary
Miraheze>Marshall
Miraheze>Marshall
No edit summary
Line 1: Line 1:
{{Built-in|Take|↑}} is a [[primitive function]] which shortens or extends an array along one or more [[Axis|axes]]. The [[vector]] left argument indicates the lengths of result axes, with a sign to denote whether [[elements]] should be taken starting from the beginning or end of each axis. Take was introduced in [[APL\360]] with the requirement that the left argument length match the right argument rank, and was extended in [[SHARP APL 19.0]] to allow short left arguments. It is closely related to [[Drop]], which removes the parts of each axis that Take would include.
{{Built-in|Take|↑}} is a [[Primitive function|primitive]] [[dyadic function]] which shortens or extends the right [[argument]] array along one or more [[Axis|axes]]. The [[vector]] left argument indicates the lengths of result axes, with a sign to denote whether [[element]]s should be taken starting from the beginning or end of each axis. Take was introduced in [[APL\360]] with the requirement that the left argument length match the right argument rank, and was extended in [[SHARP APL 19.0]] to allow short left arguments. It is closely related to [[Drop]], which removes the parts of each axis that Take would include.


== Examples ==
== Examples ==
Anonymous user

Navigation menu