diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-19 18:48:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-19 18:48:07 +0800 |
commit | f8b7842df1e46d7bc1232ab04727a18544d56436 (patch) | |
tree | 5d0bacaa06dc03717c7d2483380b714c43541074 /math/Makefile | |
parent | 0f4979caeb8cbf3fd892367bc6fbecc594b830b4 (diff) | |
download | freebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.tar.gz freebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.tar.zst freebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.zip |
moo is a simple calculator that accepts C-like syntax as input.
Calculations are done on expr, if given. Otherwise, the standard input is used.
Numbers can be entered in hexadecimal (0xbeef), decimal (1984), octal (007),
and binary (0b1001). All numerical operators (+, -, *, /, %), bit operators
(|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||)
are supported.
WWW: http://cyth.net/~ray/moo/
PR: ports/111824
Submitted by: Steven Kreuzer <skreuzer at f2o.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e2ab6bf294e7..0c148307d9bd 100644 --- a/math/Makefile +++ b/math/Makefile @@ -145,6 +145,7 @@ SUBDIR += metis SUBDIR += metis-edf SUBDIR += miracl + SUBDIR += moo SUBDIR += mpexpr SUBDIR += mpfr SUBDIR += mprime |