Element: Difference between revisions

Jump to navigation Jump to search
m (5 revisions imported: Migrate from miraheze)
m (Array relationships category)
Line 4: Line 4:


[[Scalar function]]s are applied element-wise to their argument arrays (using [[conformability]] to pair elements). In nested APLs this means they traverse deeply nested arrays to produce a result; in flat APLs they go down only one level.
[[Scalar function]]s are applied element-wise to their argument arrays (using [[conformability]] to pair elements). In nested APLs this means they traverse deeply nested arrays to produce a result; in flat APLs they go down only one level.
{{APL features}}
{{APL features}}[[Category:Array relationships]]