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)
}

Try the splus2R package in your browser

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

splus2R documentation built on Jan. 30, 2021, 9:05 a.m.