Skip to content

percent operator (%%) (closes #486) #494

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

Open
wants to merge 1 commit into
base: 2.7.x
Choose a base branch
from
Open

percent operator (%%) (closes #486) #494

wants to merge 1 commit into from

Conversation

odino
Copy link
Collaborator

@odino odino commented Feb 20, 2025

Used to calculate percentages quickly (tired of doing the full math explicitly) :)

1 %% 4 # 25
1 %% 3 # 33.3...
5 %% 1 # 500
49k %% 139k # 35.2...

Used to calculate percentages quickly (tired of doing the full math
explicitly) :)

```bash
1 %% 4 # 25
1 %% 3 # 33.3...
5 %% 1 # 500
49k %% 139k # 35.2...
```
@odino odino force-pushed the 2.7.x branch 2 times, most recently from 934d02b to d943678 Compare April 16, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant