jlouis / positive

Check if a term is positive
MIT License
13 stars 3 forks source link

renaming the library #2

Closed Licenser closed 8 years ago

Licenser commented 8 years ago

I think this library should be renamed in positive_integer, otherwise there is a risk for name conflicts with positive for both floats or complex numbers. An alternative would be to provide those functions in positive

jlouis commented 8 years ago

I think the name is fine as it is. We can just improve positive by making sure it also accepts floating point values.

Licenser commented 8 years ago

that works.