jwmerrill / PowerSeries.jl

Truncated Power Series for Julia
MIT License
11 stars 7 forks source link

Implement comparisons of series #12

Closed jwmerrill closed 9 years ago

ikirill commented 9 years ago

Hi, sorry to bother you, but what's the difference between < and isless? When I wrote that, I noticed that operators.jl defines

<(x,y) = isless(x,y)

so that's why I thought isless is the thing to implement.