----------------------------------------------------------------
Name:           logfloat
Version:        0.8.5
Cabal-Version:  >= 1.2
Build-Type:     Simple
Stability:      stable
Copyright:      Copyright (c) 2007--2008 wren ng thornton
License:        BSD3
License-File:   LICENSE
Author:         wren ng thornton
Maintainer:     wren@community.haskell.org
Homepage:       http://code.haskell.org/~wren/
Category:       Data, Math, Natural Language Processing
Synopsis:       Log-domain floating point numbers
Description:    This module presents a class for storing numbers
                in the log-domain. The main reason for doing this
                is to prevent underflow when multiplying many
                probabilities as is done in Hidden Markov Models.
                It is also helpful for preventing overflow.

Library
    Exposed-Modules: Data.Number.LogFloat
                   , Data.Number.Transfinite
    Build-Depends:   base
    Ghc-Options:     -O2 -fvia-C -optc-O3

----------------------------------------------------------------
----------------------------------------------------------- fin.