Arithmetic derivative: Difference between revisions

→‎{{header|jq}}: jq good enough for D(10^16)
(→‎{{header|jq}}: jq good enough for D(10^16))
Line 356:
=={{header|jq}}==
For this task, gojq (the Go implementation of jq) is used
for numerical accuracy, though the C implementation has sufficient accuracy at least for D(10^16).
 
See [[Prime_decomposition#jq]] for the def of factors/0 used here.
Line 440:
D(10^20) / 7 = 200000000000000000000
</pre>
 
 
=={{header|Julia}}==
2,442

edits