opnsense-ports/math/libRmath/pkg-descr
2022-09-07 22:33:21 +02:00

10 lines
265 B
Text

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.