Ackermann function: Difference between revisions

→‎{{header|jq}}: note about gojq
(→‎{{header|jq}}: note about gojq)
Line 4,955:
=={{header|jq}}==
{{ 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===
<syntaxhighlight lang="jq"># input: [m,n]
2,442

edits