siggy-chardust: Rounding rationals to significant digits and decimal places.

[ data, library, math, mpl, numeric ] [ Propose Tags ]

The round function from the prelude returns an integer. The standard librarys of C and C++ have round functions that return floating point numbers. Rounding in this library takes and returns rationals and can round to a number of significant digits or a number of decimal places.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0
Change log changelog.md
Dependencies base (>=4.8 && <5) [details]
License MPL-2.0
Copyright © 2017-2018 Phil de Joux, © 2017-2018 Block Scope Limited
Author Phil de Joux
Maintainer phil.dejoux@blockscope.com
Revised Revision 1 made by philderbeast at 2018-06-29T00:56:49Z
Category Data, Math, Numeric
Home page https://github.com/blockscope/flare-timing/tree/master/siggy-chardust#readme
Bug tracker https://github.com/blockscope/flare-timing/issues
Source repo head: git clone https://github.com/blockscope/flare-timing(siggy-chardust)
Uploaded by philderbeast at 2018-06-22T17:11:26Z
Distributions LTSHaskell:1.0.0, NixOS:1.0.0, Stackage:1.0.0
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 1225 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-22 [all 1 reports]

Readme for siggy-chardust-1.0.0

[back to package description]

siggy-chardust

Rounding rationals to significant digits and decimal places.

The 'round' function from the prelude returns an integer. The standard librarys of C and C++ have round functions that return floating point numbers. Rounding in this library takes and returns 'Rational's and can round to a number of significant digits or a number of decimal places.