Jump to content

Find limit of recursion: Difference between revisions

(jq)
Line 901:
if (. % 1000000 == 0) then . else empty end, ((.+1)| zero_arity);
 
with_arity(0)1|zero_arity</lang>
'''Arity-1 Function'''
<lang jq>def with_arity(n):
2,498

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.