The latest version of fast-math is 1.0.2-0.
fast-math
Version 0.1 revision 0 uploaded by LiyangHu.
Package meta
- Synopsis
- Non IEEE-754 compliant compile-time floating-point optimisations
- Description
The Numeric.FastMath module brings into scope RULES for Floats and Doubles that rewrite
x-x
,0*x
andx*0
to0
. This disagrees with IEEE-754 whenx
isNaN
, but is acceptable for most applications.Importing Numeric.FastMath.Infinitesimal also rewrites
0/x
to0
.Optimisation (at least
-O1
) must be enabled for any RULES to take effect.- Author
- Liyang HU
- Bug reports
- n/a
- Category
- Math, Numeric
- Copyright
- © 2011, Liyang HU
- Homepage
- n/a
- Maintainer
- fast-math@liyang.hu
- Package URL
- n/a
- Stability
- n/a