Arithmetic derivative: Difference between revisions

m
(→‎{{header|jq}}: jq good enough for D(10^16))
Line 341:
20 96 34 49 24 272 1 77 75 140</syntaxhighlight>
 
Also, it seems like it's worth verifying that order of evaluation does not create an ambiguity for the value of D (order shouldn't matter, since summation of integers is order independent):
 
<syntaxhighlight lang="j"> 15 10 6 + 2 3 5 * D 15 10 6
6,962

edits