home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / unity / d45 / ESBMATHS.ZIP / whatsnew.txt < prev   
Text File  |  2001-06-19  |  3KB  |  87 lines

  1. v3.2.1 14 June 2001
  2. - PiE constant renamed to PiToE
  3. - Fixed D3 compatibility
  4.  
  5. v3.2 18 May 2001 - Only on D6 Companion Disk
  6. - Added Delphi 6 Support
  7.  
  8. v3.1 17 April 2001
  9. - Added Rory Daulton's LongWord Routines
  10. - Added Rory Daulton's IGreatestPowerOf2 Routine
  11. - Added Gamma Function Calculation
  12. - Added Inverse Gamma Function Calculation
  13. - Added LnGamma (Natural Log of Gamma) Function Calculation
  14. - Added Beta Function Calculation
  15. - Added Incomplete Beta Function Calculation
  16.  
  17. v3.0 8 October 2000
  18. - Many improvements to Optimisation.
  19. - Improved and Added Constants.
  20. - Michael Schnell developed BitsHighest that makes BitsNeeded much
  21.     more efficient.
  22. - Set Default ESBTolerance much smaller.
  23. - Added FloatIsNegative & FloatIsPositive.
  24. - Swaps changed back to Pascal since for D4 and above it optimises to
  25.     better code.
  26. - Added Swaps for the Floats and Int64.
  27. - Improved ISqrt from Rory Daulton.
  28. - Added ILog2 from Rory Daulton.
  29. - Factorial, Permutations & Binomial Coefficients now correctly handle
  30.     up to N = 1754.
  31. - Added ESBArcSec and ESBArcCosec.
  32. - Power & Log Routines completely overhauled - many thanks to Rory Daulton.
  33.  
  34. v2.3 13 November 1999
  35. - very nice GCD Routine donated by Marcel Martin.
  36. - LCM and Relative Prime Routines to go with above added.
  37. - InPlace Addition & Subtraction of Matrices added.
  38. - Multiplication of Matrices added.
  39. - Transposing Matrices added.
  40.  
  41. v2.2 18 September 1999
  42. - Now over 130 Routines
  43. - Added Delphi 5 Support
  44. - All Optional Dependence on Math Unit removed by our own routines
  45. - Added a collection of Constants for faster calculations
  46. - Added several Trigonometric Routines
  47. - Added Hyperbolic Routines
  48. - Added Various Logarithm and Power Routines
  49.  
  50. v2.1 13 July 1999
  51. - Now with over 110 Routines!
  52. - Added ESBDigits and ESBBitsNeeded for Cardinals to ESBMaths
  53. - Added ESBMagnitude for Reals to ESBMaths
  54. - Added GrandMean to ESBMath2
  55. - Added Matrix Operations to ESBMath2, just the start
  56.  
  57. v2.0 16 Apr 1999
  58. - Delphi 4 specific routines moved to ESBMaths2
  59. - Added Vector operations to ESBMath2
  60.  
  61. v1.1 22 Jan 1999
  62. - Improved Delphi 4 support
  63. - Added: SumLWArray, SumSqEArray, SumSqDiffEArray, SumXYEArray
  64. - Added: IsPositiveEArray
  65. - Added: Geometric and Harmonic Means
  66. - Added ESBMean, Median and Mode
  67. - Added Routines for Variances and Means for Populations & Samples
  68. - Added Quartile Calculations
  69. - Fixed a couple of minor bugs
  70. - Fixed bug in XY2Polar reported by Wolfgang Werner
  71. - Added Help File
  72.  
  73. v1.01 17 July 1998
  74. - Added some improvements suggested by Rory Daulton
  75. - Added Factorials using Extendeds
  76. - Added Permutations using Extendeds
  77. - Added Combinations using Extendeds
  78. - Added SwapI32 to Swap Integers
  79. - Added SwapC to Swap Cardinals
  80. - Added Factorials computed using Extendeds
  81. - Added Permutations computed using Extendeds
  82. - Added Binomial Coefficients (Combinations) computed using Extendeds
  83.  
  84. 1.0 17 Apr 1997
  85. - First Public Freeware Release
  86.  
  87.