Home
last modified time | relevance | path

Searched defs:scipen (Results 1 – 10 of 10) sorted by relevance

/dports/devel/R-cran-data.table/data.table/R/
H A Dfwrite.R7 scipen=getOption('scipen', 0L), argument
/dports/devel/R-cran-withr/withr/tests/testthat/
H A Dtest-local.R4 local_options(c(scipen=999)) nameattr
H A Dtest-with.R3 expect_equal(with_options(c(scipen=999), getOption("scipen")), 999) nameattr
/dports/devel/R-cran-data.table/data.table/src/
H A Dfwrite.h100 …int scipen; // same as options('scipen') in R -- used to penalize scientific notation … member
H A Dfwrite.c42 static int scipen; variable
/dports/math/R-cran-Rmpfr/Rmpfr/R/
H A Das.R250 if(is.na(scientific))
/dports/math/R/R-4.1.2/src/include/
H A DDefn.h1129 int scipen; member
/dports/math/libRmath/R-4.1.1/src/include/
H A DDefn.h1129 int scipen; member
/dports/math/R/R-4.1.2/tests/
H A Dreg-tests-1d.R75 is.NA <- function(.) is.na(.) & !is.nan(.)
/dports/math/libRmath/R-4.1.1/tests/
H A Dreg-tests-1d.R75 is.NA <- function(.) is.na(.) & !is.nan(.)