e-thereal / gapputils

Graphical rapid application prototyping environment and visualization network.
1 stars 0 forks source link

Simple arithmetic expressions for numerical types #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. type expressions like:

- =$(Width) * $(Height) * $(Depth)
- =2 * $(Max) - $(Min)

Replace variables in expressions by their values. Then use arithmetic parser to 
evaluate the expression.

Original issue reported on code.google.com by brosch....@gmail.com on 8 Apr 2013 at 9:54

GoogleCodeExporter commented 9 years ago
Capputils parsed and evaluates math expressions when the type is a numeric.

Original comment by brosch....@gmail.com on 10 Jun 2013 at 11:26