diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 14:24:46 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 14:24:46 +0000 |
commit | a0582a0efbd8971c31e04b167291845f74cc0639 (patch) | |
tree | d8ae1c6e1f33968c751ff6fbf680198c1c466c13 /math/Makefile | |
parent | c8fef18a38dac53de105eaf0a6128934c0caddfe (diff) | |
download | ports-a0582a0efbd8971c31e04b167291845f74cc0639.tar.gz ports-a0582a0efbd8971c31e04b167291845f74cc0639.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>
Notes
Notes:
svn path=/head/; revision=176197
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 |