Depth: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  18:43, 15 April 2021
m
No edit summary
Line 26: Line 26:
In the [[flat array model]], the depth is the number of levels of [[box]]ing in an array. More precisely, the depth of a non-boxed or [[empty]] array is 0, and a non-empty boxed array has depth equal to one plus the maximum of the depths of the arrays it contains.
In the [[flat array model]], the depth is the number of levels of [[box]]ing in an array. More precisely, the depth of a non-boxed or [[empty]] array is 0, and a non-empty boxed array has depth equal to one plus the maximum of the depths of the arrays it contains.


The [[J]] language uses the token <source lang=apl inline>L.</source> and name "Level Of" for depth.
The [[J]] language uses the token <source lang=j inline>L.</source> and name "Level Of" for depth.


== External links ==
== External links ==

Navigation menu