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 and x*0 to 0. This disagrees with IEEE-754 when x is NaN, but is acceptable for most applications.

Importing Numeric.FastMath.Infinitesimal also rewrites 0/x to 0.

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

Components