# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
lowlevel_subs <- function(words1, coeffs1, words2, coeffs2, r) {
.Call(`_freealg_lowlevel_subs`, words1, coeffs1, words2, coeffs2, r)
}
lowlevel_diffn <- function(words, coeffs, r) {
.Call(`_freealg_lowlevel_diffn`, words, coeffs, r)
}
lowlevel_simplify <- function(words, coeffs) {
.Call(`_freealg_lowlevel_simplify`, words, coeffs)
}
lowlevel_free_prod <- function(words1, coeffs1, words2, coeffs2) {
.Call(`_freealg_lowlevel_free_prod`, words1, coeffs1, words2, coeffs2)
}
lowlevel_free_sum <- function(words1, coeffs1, words2, coeffs2) {
.Call(`_freealg_lowlevel_free_sum`, words1, coeffs1, words2, coeffs2)
}
lowlevel_free_power <- function(words, coeffs, n) {
.Call(`_freealg_lowlevel_free_power`, words, coeffs, n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.