Product of divisors: Difference between revisions

→‎{{header|jq}}: Example requiring gojq
(→‎{{header|jq}}: Example requiring gojq)
Line 789:
109 109
</pre>
'''Example requiring gojq'''
<lang jq>1234567890 | [., product_of_divisors]
</lang>
{{out}}
<pre>
[1234567890,157166308290967624614434966485493540963726721698403428784891012586974258380350906625255961242443130286157885664260857440235952354925000777353590796274952836151639520964606157865934675160485092641000000000000000000000000]
</pre>
 
=={{header|Julia}}==
<lang julia>using Primes
2,442

edits