• Symbolic algebra algorithms
    • Sparse representations
    • Implementation of multivariate polynomials
    • Integration
    • Finding real roots of polynomials
  • Number theory algorithms
    • Prime numbers: the Miller-Rabin algorithm and its improvements
    • Factorization of integers
  • Numerical algorithms I: basic methods
    • Basic arithmetic
    • Adaptive plotting
    • Continued fractions
    • Newton's method and its improvements
    • Fast evaluation of Taylor series
    • The AGM sequence algorithms
  • Numerical algorithms II: elementary functions
    • Powers
    • Logarithm
    • Exponential
    • Calculation of Pi
    • Trigonometric functions
    • Factorials and binomial coefficients
  • Numerical algorithms III: special functions
    • Euler's Gamma function
    • Riemann's Zeta function
    • Lambert's W function
    • Bessel functions
    • Bernoulli numbers and polynomials
    • Error function Erf(x) and related functions
  • GNU Free Documentation License