-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: modulo operator #1256
feat: modulo operator #1256
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1256 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 110 110
Lines 12630 12642 +12
Branches 4160 4167 +7
=======================================
+ Hits 12591 12603 +12
Misses 39 39 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 0.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary of Changes
Add the modulo operator
%
. It follows Python's floor-based implementation and definesn % d
as