Uses of Package
math.approximations

Packages that use math.approximations
math.approximations   
 

Classes in math.approximations used by math.approximations
Polynomial
          Polynomial implements a mathematical polynomial: c[0] + c[1] * x + c[2] * x^2 + ....