mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
1ef72fa5e7
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
591 B
Text
9 lines
591 B
Text
The goal of this project is to create a library for calculating the
|
|
results of formula expressions stored in multiple named targets, or
|
|
"cells". The cells can be referenced from each other, and the library
|
|
takes care of resolving their dependencies automatically upon
|
|
calculation. The caller can run the calculation routine either in a
|
|
single-threaded mode, or a multi-threaded mode. The library also
|
|
supports re-calculations where the contents of one or more cells have
|
|
been modified since the last calculation, and a partial calculation of
|
|
only the affected cells need to be calculated.
|