This library provides implementations of special mathematical functions

and Chebyshev polynomials. These functions are often useful in statistical
and numerical computing.

WWW: https://github.com/bos/math-functions
This commit is contained in:
Wen Heping
2012-02-02 12:56:00 +00:00
parent e3a1eef717
commit cef3e449d2
4 changed files with 32 additions and 0 deletions

View File

@@ -144,6 +144,7 @@
SUBDIR += hs-contravariant
SUBDIR += hs-distributive
SUBDIR += hs-erf
SUBDIR += hs-math-functions
SUBDIR += hs-mwc-random
SUBDIR += hs-pointed
SUBDIR += hs-probability

View File

@@ -0,0 +1,24 @@
# New ports collection makefile for: hs-math-functions
# Date created: Feb 2, 2012
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= math-functions
PORTVERSION= 0.1.1.0
CATEGORIES= math haskell
MAINTAINER= wen@FreeBSD.org
COMMENT= Special mathematical functions and Chebyshev polynomials
LICENSE= BSD
USE_CABAL= erf>=2 vector>=0.7
CABAL_SETUP= Setup.hs
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (cabal/math-functions-0.1.1.0.tar.gz) = 97ceb088f1249d697d95d41ebb8759087c3bb9d00cd5d9c667e885f6dd826061
SIZE (cabal/math-functions-0.1.1.0.tar.gz) = 12422

View File

@@ -0,0 +1,5 @@
This library provides implementations of special mathematical functions
and Chebyshev polynomials. These functions are often useful in statistical
and numerical computing.
WWW: https://github.com/bos/math-functions