public
Description: Privides gcf features on arrays of integers
Homepage:
Clone URL: git://github.com/briandoll/greatest_common_factor.git
greatest_common_factor / History.txt
100644 10 lines (8 sloc) 0.262 kb
1
2
3
4
5
6
7
8
9
10
== 0.0.1 / 2008-09-19
* Initial release
 
== 0.0.2 / 2008-10.10
* Added speed improvements when dealing with arrays containing a large
spread of numbers
* Added benchmarking code to compare 2-digit array calculation with
basic ruby
* Added fuzzy gcf calculations