build based on e7b6ba8

This commit is contained in:
Documenter.jl
2025-09-04 14:27:26 +00:00
parent 2c03eb8f46
commit 738d34a2ec
24 changed files with 24 additions and 24 deletions

View File

@@ -8606,7 +8606,7 @@ a.anchor-link {
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<h3 id="Higher-order-functions">Higher-order functions<a class="anchor-link" href="#Higher-order-functions"></a></h3><p>Higher order functions are functions that take and/or return other functions. And example is the <code>count</code> function in Julia.</p>
<h3 id="Higher-order-functions">Higher-order functions<a class="anchor-link" href="#Higher-order-functions"></a></h3><p>Higher order functions are functions that take and/or return other functions. An example is the <code>count</code> function in Julia.</p>
<p>For instance, we can pass a user-defined function to count the number of even elements in an array.</p>
</div>
</div>