show_bits: Show a representation of the bits in a numeric value

Description Usage Arguments

View source: R/utils-bits.R

Description

Show a representation of the bits in a numeric value

Usage

1
2
3
4
5
6
7
## S3 method for class 'double'
show_bits(x, ...)

## S3 method for class 'integer'
show_bits(x, nbits = 32, ...)

show_bits(x, ...)

Arguments

x

double or integer value

...

other arguments passed to specific implementations

nbits

number of bits to dispaly if showing an integer


coolbutuseless/lofi documentation built on Nov. 4, 2019, 9:13 a.m.