1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/math/libRmath/pkg-descr
Kirill Ponomarev 27767bdbe5 Add libRmath 1.9.0, the standalone math library from R.
PR:		ports/66644
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-05-15 15:34:15 +00:00

11 lines
284 B
Plaintext

This is the standalone math library from R. R is a language
and environment for statistical computing and graphics.
To use the routines in your own C or C++ programs, include
#define MATHLIB_STANDALONE
#include <Rmath.h>
and link against -lRmath.
WWW: http://www.R-project.org/