
|
TMathEngine
-
Version
1
TMathEngine allows to evaluate mathematical
expressions of any complexity. It supports addition,
subtraction, multiplication, division, parenthesis,
and logical operations.
Example:
1. Command: (134.55 + 28.97) * ((48.144 - 39.091) - 17)
Result : -1299.49344
2. Command: (134.55 + 28.97) * ((48.144 - 39.091) -
17) > 14
Result : False
3. Command: ((134.55 + 28.97) * ((48.144 - 39.091) -
17) > 14) OR (4>2.2/3.3)
Result : True
Example of use source code is available.
Full TMathEngine component source code is subject of
separate licensing. Please contact author for details.
Email: VFursov@Canada.com
|