bugfix in buffer object. Didn't increase the refcount when slicing
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
Numeric = int | float;
|
||||
|
||||
fun abs(n) {
|
||||
if n < 0:
|
||||
return -n;
|
||||
return n;
|
||||
}
|
||||
|
||||
# Calculate the arithmetic-geometric mean of x,y.
|
||||
fun agm(x: Numeric, y: Numeric,
|
||||
|
||||
Reference in New Issue
Block a user