dimensional: Statically checked physical dimensions.

[ bsd3, library, math, physics ] [ Propose Tags ]

Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. Requires GHC 6.6.1 or later.


[Skip to Readme]

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] 0.7, 0.7.1, 0.7.2, 0.7.3, 0.8, 0.8.0.1, 0.8.2.1, 0.9, 0.10, 0.10.1, 0.10.1.1, 0.10.1.2, 0.10.2, 0.12, 0.12.1, 0.12.1.1, 0.12.2, 0.12.3, 0.13, 0.13.0.1, 0.13.0.2, 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.1.2, 1.0.1.3, 1.1, 1.2, 1.3, 1.4, 1.5
Dependencies base (>=4.4 && <5), numtype (<1.1), time (<1.3) [details]
License BSD-3-Clause
Copyright Bjorn Buckwalter 2006-2010
Author Bjorn Buckwalter
Maintainer bjorn.buckwalter@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2019-03-22T09:55:45Z
Category Math
Home page http://dimensional.googlecode.com/
Uploaded by BjornBuckwalter at 2010-06-10T07:05:42Z
Distributions Debian:1.3, LTSHaskell:1.5, NixOS:1.5, Stackage:1.5
Reverse Dependencies 11 direct, 4 indirect [details]
Downloads 26225 total (83 in the last 30 days)
Rating 2.5 (votes: 6) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for dimensional-0.8.0.1

[back to package description]
For documentation see the literate haskell source code.

For project information (issues, updates, wiki, examples) see:
    http://code.google.com/p/dimensional/

To install (requires GHC 6.6 or later):
    runhaskell Setup.lhs configure
    runhaskell Setup.lhs build
    runhaskell Setup.lhs install