-
Notifications
You must be signed in to change notification settings - Fork 0
Calculations
Andrea Ferrandi edited this page Mar 7, 2020
·
8 revisions
Calculations are the equivalent of spreadsheet applications formulas. A calculation consists in:
- a formula, e.g. Not (Add x y) where x and y are references to existing maps. A formula is a composition of functions applied to maps.
- a result map which is the result of applying the formula to the input maps.
- the operation mode (union or intersection) for all its functions.
An active calculations is triggered each time one or more of the input maps change and produces/updates its output map.