Dear all,
Can anyone tell me what is more computationally efficient, the use of chains of individual mathematical operator objects or their equivalent in a single expr(~) object. For example, what would be quicker:
| | [+~ ] | [*~ 20]
or
[expr~ ($v1 + $v2) * 20]
Jamie