diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-22 20:35:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-22 20:35:38 +0000 |
commit | 1f7ec96922715df2d2a3bed64520780946d0c279 (patch) | |
tree | 0c0aac7c1fba10c74dd3e454284380e09e421bed /math/nickle/DESCR | |
parent | 3897cdaff810cf5b89b44d03d922c50811c2c019 (diff) | |
download | pkgsrc-1f7ec96922715df2d2a3bed64520780946d0c279.tar.gz |
import nickle-2.56, another command line calculator, with scripting
language, can do arbitrary size integer and rational arithmetics
Diffstat (limited to 'math/nickle/DESCR')
-rw-r--r-- | math/nickle/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/nickle/DESCR b/math/nickle/DESCR new file mode 100644 index 00000000000..db635e571e0 --- /dev/null +++ b/math/nickle/DESCR @@ -0,0 +1,6 @@ +Nickle is a desk calculator language with powerful programming and +scripting capabilities. Nickle supports a variety of datatypes, espe- +cially arbitrary precision integers, rationals, and imprecise reals. +The input language vaguely resembles C. Some things in C which do not +translate easily are different, some design choices have been made dif- +ferently, and a very few features are simply missing. |