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 May 29, 2024, 7:29 a.m.