aschleg / numberr

R package containing number-theoretic algorithms and functions related to number theory.
2 stars 0 forks source link
algorithm number-theory r

numberr

Travis-CI Build Status

The numberr package contains many algorithms and functions related to number theory. Most functions are written in C++ using Rcpp.

Installation

The Numberr package is currently not on CRAN, thus the best way to install the package in the mean time is to use the devtools package:

library(devtools)
install_github("aaron/numberr")

Available Algorithms and Functions