| Nearest Number v1.0: Given an ordered numeric array and a number "X", retrieves the ind ... |
2008.03.14 |
| Chunk v1.0: Breaks an array into pieces. |
2006.06.04 |
| Rotate v1.1: Rotate the elements of an array with the minimum possible amount of moveme ... |
2006.01.02 |
| Average v1.0: Calculates the mean, standard deviation and variance in an array. |
2005.12.24 |
| Simple Arrange v1.0: Mathematical arrange on array elements. |
2005.11.28 |
| Binary Search v1.1: Searches a value inside an ordered array using binary search or sup ... |
2005.11.04 |
| Sum v1.0: Sum all the elements of a numeric array. |
2005.11.04 |
| Diff v1.0: Compares two arrays and returns the distinct values. |
2005.11.04 |
| Shuffler v1.0: Scrambles the elements of an array. |
2005.11.03 |
| Simple Combine v1.0: Mathematical combination on array elements. |
2005.10.02 |
| Remove Duplicated v1.1: Removes duplicated values on an array. |
2005.08.13 |
| Simple Permutation v1.0: Mathematical permutation on array elements. |
2005.08.08 |
| Arrange v1.0: Mathematical arrange (with repetition) on array elements. |
2005.08.08 |