Jump to content

Arithmetic derivative: Difference between revisions

m
Added a comment to code.
(New post.)
m (Added a comment to code.)
Line 485:
 
public static void main(String[] aArgs) {
System.out.println("Arithmetic derivatives for -99 to 100 inclusive:");
for ( int n = -99, column = 0; n <= 100; n++ ) {
System.out.print(String.format("%4d%s",
Line 520 ⟶ 521:
{{ out }}
<pre>
Arithmetic derivatives for -99 to 100 inclusive:
-75 -77 -1 -272 -24 -49 -34 -96 -20 -123
-1 -140 -32 -45 -22 -124 -1 -43 -108 -176
908

edits

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