Package tools.singlevariable
-
Class Summary Class Description Extrema TheExtremauses the root finding capabilities ofSolverin order to find various extrema ofGeneralFunctions by setting their derivatives equals to0and solving.NumericalIntegration TheNumericalIntegrationclass computes definite integrals using Simpson's rule and can also return a maximum possible error for the calculation.Solver TheSolverclass solves for zeros ofGeneralFunctions using Newton's method or Halley's method of root finding.TaylorSeries The methods inTaylorSeriesproduce Taylor Series for functions.