An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

significant-figures

This library provides a module Data.SigFig that helps with the parsing and evaluation of expressions involving significant figures. Significant figures are a method, often used in chemistry, of assessing and controlling the precision/uncertainty from measured values in calculations. Expressions with significant figures are not easily calculable with a normal calculator, since they require intermediate rounding based on certain rules. This library takes care of intermediate rounding during evaluation and provides functions to parse text into expressions. Parsing supports integer, float, and scientific notation (via E notation), constant terms (terms with effectively infinite significant figures), common operations, parentheses, and an additional small set of functions. Expressions may also be constructed via helper functions.

Ecosystem
hackage.haskell.org
Latest Release
0.2.0.0
over 3 years ago
Versions
3
Downloads
251 total
Dependent Packages
1
Dependent Repos
1
Links
Registry hackage.haskell.org
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/significant-figures
spec
License GPL-3.0-or-later
First Release over 3 years ago
Last Synced 1 day ago