feat: implement collection of basic mathematical utility functions an… - #229
Open
Ctrl-Yam wants to merge 1 commit into
Open
feat: implement collection of basic mathematical utility functions an…#229Ctrl-Yam wants to merge 1 commit into
Ctrl-Yam wants to merge 1 commit into
Conversation
…d associated tests
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
sara-czasak
requested changes
Aug 31, 2026
sara-czasak
left a comment
Owner
There was a problem hiding this comment.
🦋 @Ctrl-Yam Unfortunately this functionality already exists in the easy_converter module. If you would like to add a different function to the easy_math module, I would be glad to merge it!
Contributor
|
This pull request has had no activity for 7 days and has been marked stale. It will be closed in 3 days if no further activity occurs. Add the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…d associated tests
What does this PR do?
Type of change
easy_*.py)Before you submit
Nobody expects this to be perfect on the first try — see
CONTRIBUTING.md if any of this is unclear, and
just say so in the PR if you're stuck on one of these. This checklist
exists so review comments are about the idea, not formatting nits.
project's shape —
Args/Returns (if applicable) + an Example block with both the
"Py_simple Way" and "Traditional Way" tabs.
(
"""easy_<name> is meant to simplify ..."""), a tutorial page indocs/tutorial/, and an entry inmkdocs.yml's nav.check: does this make a complex task easier for a beginner?
Anything else the reviewer should know?