mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
10 lines
284 B
Text
10 lines
284 B
Text
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/
|