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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 1.0.0, 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
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-22T10:46:09Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.