halves start (number), num_halves (int)
Create a ring containing the results of successive halving of the start
value. If num_halves
is negative, will return a ring of doubles
.
Introduced in v2.10
# Example 1 | |
|
|
# Example 2 | |
|
|
# Example 3 | |
|
|
# Example 4 | |
|
|