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