Package math.numericalmethods


package math.numericalmethods
  • Classes
    Class
    Description
     
    Objects of this class take a function as input and convert it into its polynomial form.
     
     
    Objects of this class are able to perform numerical integration of a curve within a given range given that the function is continuous throughout that range.
    Objects of this class are used to solve for the roots of non-implicit equations.