victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

bug fix: arange (when step < 0) #95

Closed AlexG31 closed 7 years ago

AlexG31 commented 7 years ago

Previous arange function have bug when called like arange(10, 1, -1)