On 5/4/13, Bakhtiyor Zokhidov wrote:
>
> Hi,
> I have the following code which represents intersected point of each cell in
> the given two points, A(x0,y0) and B(x1,y1).
>
> def intersected_points(x0, x1, y0, y1):
> # slope
> m = (y1 - y0 )/( x1 - x0)
> # Boundary of the selected points
> x_ceil
Hi,
I have the following code which represents intersected point of each cell in
the given two points, A(x0,y0) and B(x1,y1).
def intersected_points(x0, x1, y0, y1):
# slope
m = (y1 - y0 )/( x1 - x0)
# Boundary of the selected points
x_ceil = ceil( min (x0, x1 ))
x_floor = floor( max(x0, x1))
y
On Sat, May 4, 2013 at 12:43 AM, Pauli Virtanen wrote:
> 26.04.2013 18:51, Robert Kern kirjoitti:
> [clip]
>> Right now, the recurring cost is kicking the www.scipy.org wiki every
>> once in a while under the deluge of spam.
>
> It's dying a slow death again.
>
> How about restricting editing page