-
Notifications
You must be signed in to change notification settings - Fork 4
compute incrspace
kgryte edited this page May 12, 2015
·
1 revision
Generates a linearly spaced numeric array
. If an increment
is not provided, the default increment
is 1
.
var arr = compute.incrspace( 0, 11, 2 );
// returns [ 0, 2, 4, 6, 8, 10 ]
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics