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.493442. Command: (134.55 + 28.97) * ((48.144 - 39.091) - 17) > 14Result : False3. Command: ((134.55 + 28.97) * ((48.144 - 39.091) - 17) > 14) OR (4>2.2/3.3) Result : TrueExample 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