From 4b9b761cc990f9247083ea28a32d9123bb752818 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 18 Jul 2020 23:35:02 -0400 Subject: Add a main repository link to html files and titles to spec files --- docs/doc/depth.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/doc/depth.html') diff --git a/docs/doc/depth.html b/docs/doc/depth.html index ea3ad9c7..92e05dd3 100644 --- a/docs/doc/depth.html +++ b/docs/doc/depth.html @@ -1,4 +1,5 @@ +

Depth

The depth of an array is the greatest level of array nesting it attains, or, put another way, the greatest number of times you can pick an element starting from the original array before reaching a non-array. The monadic function Depth () returns the depth of its argument, while the 2-modifier Depth () can control the way its left operand is applied based on the depth of its arguments. Several primitive functions also use the depth of the left argument to decide whether it applies to a single axis of the right argument or to several axes.

The Depth function

-- cgit v1.2.3