The latest version of exp-extended is 0.2-1.

exp-extended

Version 0.1.1.2 revision 1 uploaded by ClaudeHeilandAllen.

Package meta

Synopsis
floating point with extended exponent range
Description

A small library to extend floating point types with a larger exponent, so that you can represent really huge or really tiny numbers without overflow to infinity or underflow to zero.

> unExpExtended . log . exp .          expExtended' $ 1000
1000.0
>                 log . exp                         $ 1000
Infinity
> unExpExtended . log . exp . negate . expExtended' $ 1000
-1000.0
>                 log . exp . negate                $ 1000
-Infinity

Version 0.1.1 is a bugfix release, correctly handling exactly-zero values in additions and comparisons.

Author
Claude Heiland-Allen
Bug reports
n/a
Category
Numeric
Copyright
2015,2016 Claude Heiland-Allen
Homepage
https://code.mathr.co.uk/exp-extended
Maintainer
claude@mathr.co.uk
Package URL
n/a
Stability
n/a

Components