blob: 2c38fcbaddb17cb40e84ae5ed343d015c3662d23 (
plain) (
tree)
|
|
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/
|