R/bits.per.integer.R

Defines functions `bits.per.integer`

`bits.per.integer` <-
function() {  # Function by Bill Dunlap; R currently doesn't
              # support 64-bit arithmetic
        round(log2(.Machine$integer.max)+1)
}
wconstan/splus2R documentation built on May 4, 2019, 2:03 a.m.