From 2e5d8f82a7d304950812e097f96cb78ca41fd6e9 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 16 Jun 2020 14:23:09 -0400 Subject: Rename Count to Length --- problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'problems.md') diff --git a/problems.md b/problems.md index d65d3e2d..76802057 100644 --- a/problems.md +++ b/problems.md @@ -108,7 +108,7 @@ Boolean And (`∧`) and Or (`∨`) are identical to Min (`⌊`) and Max (`⌈`) The other drawback of Min (`∧`) and Max (`∨`) is that the symbols are counterintuitive, but I have found a way to remember them: consider the graph of variables `a←x` and `b←¬x` for x from 0 to 1: two crossed lines. Now the graph of `a∧b` is a caret shape and `a∨b` is a vee. ### Acting on windows can be awkward -When taking Windows along more than one axis, acting on the resulting array requires the Rank operator, duplicating either the right argument rank or (negated) left argument count. A nested Windows would only require Each. +When taking Windows along more than one axis, acting on the resulting array requires the Rank operator, duplicating either the right argument rank or (negated) left argument length. A nested Windows would only require Each. ### Group doesn't include trailing empty groups But there are workarounds, described in [its documentation](doc/group.md). dzaima has suggested allowing a single extra element in the index argument to specify the result shape. Another possibility is for the result prototype to be specified to allow overtaking. -- cgit v1.2.3