show_bits.RdShow a representation of the bits in a numeric value
# S3 method for double show_bits(x, ...) # S3 method for integer show_bits(x, nbits = 32, ...) show_bits(x, ...)
| x | double or integer value |
|---|---|
| ... | other arguments passed to specific implementations |
| nbits | number of bits to dispaly if showing an integer |