R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  extraneousPowers     <<- memoise::memoise(extraneousPowers)
  phiNrpSqfree         <<- memoise::memoise(phiNrpSqfree)
  squareFreeOddFactors <<- memoise::memoise(squareFreeOddFactors)
}

Try the cyclotomic package in your browser

Any scripts or data that you put into this service are public.

cyclotomic documentation built on Nov. 3, 2023, 1:13 a.m.