diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:15:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:15:58 +0800 |
commit | 2610cf2dcc7eedbc5a1e669241781cd25da032b4 (patch) | |
tree | 04502a663750d97f352f2434e123c23316ec9e03 /math/Makefile | |
parent | 80b785acb73fd88435876343083c3a12b3821976 (diff) | |
download | freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.tar.gz freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.tar.zst freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.zip |
EdenMath is a scientific calculator. It does standard arithmetic,
probability, and trigonometric functions.
PR: 102682
Submitted by: Gürkan Sengün
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 27ec5fb4ff27..99e61d4ab2a1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,6 +46,7 @@ SUBDIR += djbfft SUBDIR += drgeo SUBDIR += e + SUBDIR += edenmath SUBDIR += eispack SUBDIR += elmer-mathlibs SUBDIR += elmer-umfpack |