diff options
Diffstat (limited to 'math/gexpr/pkg-descr')
-rw-r--r-- | math/gexpr/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/gexpr/pkg-descr b/math/gexpr/pkg-descr new file mode 100644 index 000000000000..3c1816295523 --- /dev/null +++ b/math/gexpr/pkg-descr @@ -0,0 +1,3 @@ +Gexpr is a shell calculator with floating point, standard C functions, +relational operators, and output in base 2/8/10/16. It is a light alternative +to bc(1). It can also be used to add floating point math to shell scripts. |