-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add modulo operator #9
Comments
I would suggest assigning this to @albertnetymk as an exercise. It is a very quick fix (really just adding |
Excellent idea. |
Great! If someone can help @albertnetymk with this in the next week, that would be great. I'd like to replace as many C hacks as possible in the sieve before the meeting. |
Received. I will try my best to get it done ASAP. On 19 jul 2014, at 09:56, TobiasWrigstad <notifications@ .com> wrote
|
@albertnetymk Great! |
Seems to be working! I'm closing this. |
Add support for modulo, using the standard
%
operator.The text was updated successfully, but these errors were encountered: