siddhartha-gadgil / Superficial

Curves and other structures on surfaces (topology)
MIT License
3 stars 13 forks source link

Made paths exactly closed and made the function rng inclusive #93

Closed shabarishch closed 3 years ago

siddhartha-gadgil commented 3 years ago

I suggest using .roof instead of .floor + 1 since the latter may overflow.

shabarishch commented 3 years ago

.roof does not work for integers. We still want it to go +1 for integers.

siddhartha-gadgil commented 3 years ago

Okay. I was just checking that it was correct for integers.