diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-09 01:48:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 02:00:13 +0700 |
commit | 39109f2c985d9c9f7a0390b0f7aa9ed6033d08d7 (patch) | |
tree | 812217482a3a9eac622a891d4ab6843e69d8dbc1 /libraries/libixion/README | |
parent | 4248e02d220ec066da521a25614961f9b865f288 (diff) | |
download | slackbuilds-39109f2c985d9c9f7a0390b0f7aa9ed6033d08d7.tar.gz |
libraries/libixion: Added (formula parser & interpreter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libixion/README')
-rw-r--r-- | libraries/libixion/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libixion/README b/libraries/libixion/README new file mode 100644 index 0000000000..18d81f47c8 --- /dev/null +++ b/libraries/libixion/README @@ -0,0 +1,9 @@ +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. |