0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump to 1.0.3 More... about 12 years ago
Converting bignums to doubles and fixnums to long. More... about 12 years ago
Let's not directly monkeypatch the ruby Array anymore. More... about 12 years ago
Speeding up integers calculations. More... about 12 years ago
We don't need to define the module here. More... about 12 years ago
Yet another (tiny) performance boost... More... about 12 years ago
We should pass as reference here, otherwise all the values would be copied. More... about 12 years ago
Releasing 1.0.2 with improved performance. More... about 12 years ago
Improving performance by not converting the numbers with NUM2DBL multiple times. More... about 12 years ago
Releasing 1.0.1 with array size check. More... about 12 years ago
Adding some benchmarks. More... about 12 years ago
Adding Travis CI badge. More... about 12 years ago
Ruby 1.8 float doesn't have round(x). More... about 12 years ago
Testing against 10 decimal points. More... about 12 years ago
Trying to use long instead of int, maybe we will have a better compatibility with 32 and 64 bits processors. More... about 12 years ago
Adding travis configuration. More... about 12 years ago
Adding support for ruby 1.8 More... about 12 years ago
Testing aliases. More... about 12 years ago
Checking if the array has at least two elements. More... about 12 years ago
More README fixes... More... about 12 years ago
Releasing v1.0.0 More... about 12 years ago
Adding sample_variance and population_variance methods. More... about 12 years ago
Small tweaks. More... about 12 years ago
Fixing the README stdevp calculation result precision. More... about 12 years ago
Refectoring stdevp by extracting the population_variance calculation to a function. More... about 12 years ago
Fixing the stdevp method binding. More... about 12 years ago
Merge pull request #1 from lucianot/master More... about 12 years ago
Refactoring the variance calculation. More... about 12 years ago
Extracting sample_variance function. More... about 12 years ago
Extracting sum function More... about 12 years ago