The latest version of significant-figures is 0.2.0.0-0.

significant-figures

Version 0.1.0.0 revision 0 uploaded by mizlan.

Package meta

Synopsis
Calculate expressions involving significant figures.
Description

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 the rules governing significant figures. This library takes care of not only the intermediate rounding during evaluation, but also 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 can also be constructed via helper functions.

Evaluation takes care of rounding when dealing with expressions involving either/both of constant and measured terms. A few functions, however, such as log(), are unsupported on constant arguments, since with the current implementation it is impractical to store such a value that has theoretical infinite significant figures.

Author
Michael Lan
Bug reports
https://github.com/mizlan/significant-figures/issues
Category
Chemistry ,Math
Copyright
n/a
Homepage
n/a
Maintainer
michaellan202@gmail.com
Package URL
n/a
Stability
n/a

Components