summaryrefslogtreecommitdiff
path: root/math/nickle/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-02-22 20:35:38 +0000
committerdrochner <drochner@pkgsrc.org>2007-02-22 20:35:38 +0000
commit1f7ec96922715df2d2a3bed64520780946d0c279 (patch)
tree0c0aac7c1fba10c74dd3e454284380e09e421bed /math/nickle/DESCR
parent3897cdaff810cf5b89b44d03d922c50811c2c019 (diff)
downloadpkgsrc-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/DESCR6
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.