Changelog for factory-0.0.0.2

2011-03-01 Dr. Alistair Ward <factory at functionalley dot eu> 0.0.0.1 * First version of the package. 0.0.0.2 * Created modules; "Factory.Test.QuickCheck.Bounds", "Factory.Math.Implementations.Pi.Borwein.*" and "Factory.Test.Performance.Statistics". * Created a new module "Factory.Data.PrimeFactors", and migrated definitions from both "Factory.Math.PrimeFactorisation" and "Factory.Math.Implementations.PrimeFactorisation". * Created class 'Factory.Math.Factorial.Factorial' and new module "Factory.Math.Implementations.Factorial". Moved existing implementation (Bisection) into new module, with new implementation (PrimeFactorisation). * Added function 'Factory.Math.Summation.sumR'. * Added a parameter to functions 'Factory.Math.DivideAndConquer.divideAndConquer' and 'Factory.Data.Bounds.divideAndConquer' to permit asymmetric bisection. * Added methods to class "Factory.Math.Pi.Algorithm" to permit the retrieval of /Pi/ as a 'Rational' or a 'String'. * Renamed 'Factory.Math.Precision.capPrecision' to 'Factory.Math.Precision.simplify'. * Removed module "Factory.Test.Performance.Exponential". * Removed function 'Factory.Math.Power.raise', which was no more efficient than ghc's implementation of '(^)'. 0.0.0.3