diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-23 15:42:44 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:52 +0000 |
commit | 1ef72fa5e7a29b19fe0ce6ce1333409a738c6591 (patch) | |
tree | 060e98474d136c0799a09e7cd15897438ee3938d /libraries/libixion/README | |
parent | 58dc74d3c77cd93045b60cad70d533d2a36ddd44 (diff) | |
download | slackbuilds-1ef72fa5e7a29b19fe0ce6ce1333409a738c6591.tar.gz |
libraries/libixion: Updated for version 0.12.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libixion/README')
-rw-r--r-- | libraries/libixion/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libixion/README b/libraries/libixion/README index 18d81f47c8..5a14008e12 100644 --- a/libraries/libixion/README +++ b/libraries/libixion/README @@ -1,9 +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. +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. |