Learn R Programming

muStat (version 1.7.0)

bits.per.integer: Internal Size of an integer

Description

bits.per.integer tells the number of bits that an integer occupies.

Usage

bits.per.integer()

Arguments

Details

Assigned to be 32 for the C programs

Examples

Run this code
bits.per.integer()

## The function is currently defined as
function() 32

Run the code above in your browser using DataLab