2005-10-12 09:31:07 +02:00
|
|
|
This is the standalone math library from R -- a language
|
2004-05-15 17:34:15 +02:00
|
|
|
and environment for statistical computing and graphics.
|
2005-10-12 09:31:07 +02:00
|
|
|
See ports/math/R.
|
|
|
|
|
2004-05-15 17:34:15 +02:00
|
|
|
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/
|