mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-12-29 10:18:31 +01:00
build based on e7b6ba8
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user