numeric-ranges alternatives and similar packages
Based on the "Numeric" category.
Alternatively, view numeric-ranges alternatives based on common mentions on social networks and blogs.
-
sparse-linear-algebra
Numerical computation in native Haskell -
log-domain
This package provides log-domain floats, doubles and complex numbers for Haskell. -
tdigest
On-line accumulation of rank-based statistics such as quantiles and trimmed means -
limp
ideally, this will become a pure Haskell library for Linear Integer/Mixed Programming -
microlens-aeson
Lenses and Traversals for Aeson, based on Microlens. -
mighty-metropolis
The classic Metropolis sampling algorithm. -
hasty-hamiltonian
Speedy gradient-based traversal through parameter space. -
mwc-probability-transition
A Markov stochastic transition operator with logging -
roman-numerals
Parsing and pretty printing of Roman numerals -
nat-sized-numbers
Arbitrarily sized wraparound numeric types. Useful for testing -
approx
The library is created to allow for a easy-to-use reasonable way of emulating approx in Haskell. -
simple-units
Haskell library for performing arithmetic with SI units with type-checked dimensional analysis -
hmatrix-nlopt
High-level hmatrix-compatible bindings to NLOPT from Haskell -
nlopt-haskell
Low-level Haskell bindings to the NLOPT library -
gutenberg-fibonaccis
The first 1001 Fibonacci numbers, retrieved from the Gutenberg Project. -
affine-invariant-ensemble-mcmc
General-purpose sampling
Free Global Payroll designed for tech teams
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of numeric-ranges or a related project?
README
numeric-ranges
A small library written in Haskell for working with both open-closed and single-multiple numeric ranges
Copyright 2016, Nicolas Del Piano [email protected].
This package provides a small DSL which provides a set of tools for working with both open-closed and single-multiple numeric intervals.
Installation:
cabal install numeric-ranges
You can see examples of usage in the examples
directory and read the Haddock documentation.
Tests
For running tests:
cabal test