Flee-0.9.26.0

 Recommended Download



Source Code Source
source code, 300K, uploaded Jun 18  - 583 downloads

 Other Available Downloads



Application Library
application, 363K, uploaded Jun 18  - 345 downloads
Application Demo
application, 102K, uploaded Jun 18  - 267 downloads

Release Notes

New features
  • ExpressionOptions.RealLiteralDataType: Specify the data type used to store real literals
  • Decimal literals (ie: 123.45M + 3.45M)
  • Optimization: A number raised to a constant integral power (ie: num1 ^ 2) will be optimized to a sequence of multiplications instead of a call to the Pow function

Breaking Changes
  • The result of the power operator is now of the same type as its first argument. Example: 100 ^ 2 will return an integer; 1.5 ^ 2 will return a double. Previously, the power operator always returned a double.

Bug fixes
  • None

Release files
The release consists of the following packages:
  • Source: The source code for the library, demo, and test projects.
  • Library: The compiled assembly with chm documentation.
  • Demo: An application that uses the library to generate images from expressions.
 Reviews for this release
No reviews yet for this release.
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987