This class performs several types of numerical and statistical functions.
Currently, it generates gaussian normal distributions, does numerical integration of arbitrary functions, generates random numbers with gaussian distributions, provides a number of standard statistical functions, e.g., mean, standard deviation, variance, etc., has two different methods of solving for the roots of an equation (bisection and steepest descent), converts floating point to rational number representation (useful for infinite precision calculations), generates a Sieve of Erastophenes for a specified integer, factors integers into their prime factors, and finds the minimum or maximum value of a function within a specified interval, solves simultaneous equations and inverts matrices using gaussian elimination.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.3%) |
Good (81.3%) |
- |
Not sure (56.3%) |
- |
- |
Not sure (54.4%) |
1056 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| Rational |
Required |
Several functions are required for conversion to rational form and simplifying rational numbers. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.