packages feed

ieee-0.1: ieee.cabal

name:            ieee
version:         0.1
homepage:        http://stat.stanford.edu/~patperry/code/ieee
synopsis:        Approximate comparisons for IEEE floating point numbers
description:
    Approximate comparison of floating point numbers based on the
    algorithm in Section 4.2.2 of Knuth's _Seminumerical Algorithms_,
    NaN-aware minimum and maximum, and a type class for approximate 
    comparisons.
    .
category:        Math
license:         BSD3
license-file:    LICENSE
copyright:       (c) 2008. Patrick Perry <patperry@stanford.edu>
author:          Patrick Perry
maintainer:      Patrick Perry <patperry@stanford.edu>
cabal-version: >= 1.2.0
build-type:      Custom
tested-with:     GHC ==6.8.2

extra-source-files: tests/Properties.hs

library
    exposed-modules: Data.AEq
                     Numeric.IEEE

    build-depends: base

    ghc-options:     -Wall