-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
int-intervals (and maybe others) #5
Comments
Sure. Send the patch and I will review it. Thanks!
|
Is the module parameter your are thinking about just a type and a comparison function ? |
I think a type, comparison and bisect function, yes. |
Concerning ints, I guess that most ints can be stored inside a float. |
would you accept a patch to make the point-type flexible? So instead of forcing you to use a float, you could use an int (or something else).
Probably the most straight forward implementation would be to make the current lib a functor -- and providing a float and an int applied one.
The text was updated successfully, but these errors were encountered: