numeric-tools: Collection of numerical tools for integration, differentiation etc.

[ bsd3, library, math, numerical ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1
Dependencies base (>=3 && <5), ieee754 (>=0.7.3), primitive, vector (>=0.7.0.1) [details]
License BSD-3-Clause
Author Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Category Math, Numerical
Home page https://bitbucket.org/Shimuuar/numeric-tools
Bug tracker https://bitbucket.org/Shimuuar/numeric-tools/issues
Source repo head: hg clone https://bitbucket.org/Shimuuar/numeric-tools
head: git clone https://github.com/Shimuuar/numeric-tools
Uploaded by AlexeyKhudyakov at 2014-03-09T10:34:45Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3312 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for numeric-tools-0.2.0.1

[back to package description]

Numeric tools Build Status

This package provides set of functions for numerical integration, differentiation and function interpolation.