R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname, pkgname) {
  options(fpCompare.tolerance = .Machine$double.eps ^ 0.5)
}

.onUnload <- function(libname, pkgname) {
  options(fpCompare.tolerance = NULL)
}

Try the fpCompare package in your browser

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

fpCompare documentation built on Aug. 15, 2022, 9:06 a.m.