jacobwgames

numba

numba is a tool designed for analyzing a given set of numbers, open-sourced under the MIT license. It can find averages, modes, the median, and more, given a set of numbers. It is also capable of sorting numbers from smallest to largest and from largest to smallest. It was initially created as a way to experiment and learn more about creating software with C++, as well as packaging a software utility for release, but may be of use to someone else.

Even though numba is stable and usable, it is not yet 100% complete. Contributions are very welcome.