Description Usage Arguments Value
Approximate algorithm for allocating bits to a float given the maximum value
1 | allocate_float_bits(nbits, max_value, signed = FALSE)
|
nbits |
number of bits for the low-fidelity representation |
max_value |
the maximum value to be encoded |
signed |
whether or not signed values will be encoded: default: FALSE |
named list of details about the values this float could represent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.