1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/libRmath/pkg-descr
Sergey Matveychuk 3665fbc55d - Update to 2.2.0
PR:		ports/87274
Submitted by:	maintainer
2005-10-12 07:31:07 +00:00

13 lines
299 B
Plaintext

This is the standalone math library from R -- a language
and environment for statistical computing and graphics.
See ports/math/R.
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/