Feature #559
Support more elaborate arithmetic
Start date:
06/10/2016
Due date:
% Done:
100%
Description
Currently arithmetic is limited to addition, subtraction, multiplication and division of two parameters. more complicated arithmetic may be needed.
History
#1 Updated by Maarten Sneep almost 6 years ago
- Assignee set to Maarten Sneep
#2 Updated by Maarten Sneep almost 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Only the basic operators '+', '-', '*' and '/' are supported, but an 'arbitrary number of them is allowed, in any combination, including parentheses. The expression must be a valid numexpr
expression, using the basic operators alone.
Reasoning: the expression must be parsed, and including functions and other operators makes this too complicated. This should however cover most use cases.
#3 Updated by Maarten Sneep almost 6 years ago
- Status changed from Resolved to Closed
#4 Updated by Maarten Sneep over 5 years ago
- Status changed from Closed to Resolved
#5 Updated by Maarten Sneep over 5 years ago
- Status changed from Resolved to Closed