Index
All Classes|All Packages
E
- edu.cnm.deepdive - package edu.cnm.deepdive
G
- Generator - Class in edu.cnm.deepdive
-
Defines the
oscillatingSquares(int)
method, which constructs an array of values of alternating signs.
O
- oscillatingSquares(int) - Static method in class edu.cnm.deepdive.Generator
-
Creates and returns an
int[]
containing a sequence of alternating positive and negative squared values, of the form (-1)nn2, where n = 0…(length - 1)
.
All Classes|All Packages