blob: e927f636f62099ae3a39c8b0a0b10e494b4d3a4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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/
|