numeric-tools

Collection of numerical tools for integration, differentiation etc.

https://bitbucket.org/Shimuuar/numeric-tools

Latest on Hackage:0.2.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Aleksey Khudyakov

Package provides function to perform numeric integration and differentiation, function interpolation.

Changes in 0.2.0.0

  • Equation solvers now use custom return type.

  • Function to solve equations using Ridder and Newton methods.

  • New function to test approximate equality for doubles.

  • QuadRes contains best approximation achieved even if required accuracy is not obtained

  • Improve convergence test when integral converges to zero. Convergence is still poor