Description Usage Arguments Value Note Examples
Calls add_powers to produce sequences of negative powers. This function will only produce sequences of negative integers.
1 | add_negated_powers(lo, hi, mult = 8)
|
lo |
bottom of the interval |
hi |
top of the interval |
mult |
multiplier |
an integer
vector
This is not intended to be called directly by users, but it is exported in case it is useful to be imported into another package.
1 | add_negated_powers(lo = -bitwShiftL(a = 8, n = 10), hi = -8, mult = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.