Ackermann function: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: note about gojq)
Line 4,955: Line 4,955:
=={{header|jq}}==
=={{header|jq}}==
{{ works with|jq|1.4}}
{{ works with|jq|1.4}}
'''Also works with gojq, the Go implementation of jq.'''

For infinite-precision integer arithmetic, use gojq or fq.
===Without Memoization===
===Without Memoization===
<syntaxhighlight lang="jq"># input: [m,n]
<syntaxhighlight lang="jq"># input: [m,n]