diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-02 22:24:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-02 22:24:46 +0800 |
commit | 28b40f5967e1d60fcd3c26f20f23352eaa4b6cab (patch) | |
tree | 41ea4827765e6d16ef62a0eb857dbca47128d896 /math/Makefile | |
parent | 65597ea72654418eaf5e392e91d225d20d175b8e (diff) | |
download | freebsd-ports-gnome-28b40f5967e1d60fcd3c26f20f23352eaa4b6cab.tar.gz freebsd-ports-gnome-28b40f5967e1d60fcd3c26f20f23352eaa4b6cab.tar.zst freebsd-ports-gnome-28b40f5967e1d60fcd3c26f20f23352eaa4b6cab.zip |
Add p5-Math-Polynomial-Solve 2.10, find the roots of polynomial
equations.
PR: ports/104710
Submitted by: Gea-Suan Lin <gslin at gslin.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 01c8103b5257..991d0382c80f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -210,6 +210,7 @@ SUBDIR += p5-Math-Logic SUBDIR += p5-Math-Matrix SUBDIR += p5-Math-Pari + SUBDIR += p5-Math-Polynomial-Solve SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT SUBDIR += p5-Math-Random-MT-Auto |