-
Notifications
You must be signed in to change notification settings - Fork 171
Add math functions #2609
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 math functions #2609
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thanks for implementing this. I shared couple comments above.
Please mark it as "Ready for review" when ready. |
Co-authored-by: Shaikh Ubaid <[email protected]>
Thanks for you time, I added the changes you suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvements. I shared one last query and it will be good to merge.
Co-authored-by: Shaikh Ubaid <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. Thanks for this! Amazing work!
Thank you! |
Added functions
Testing
Tests are added in test_math.py to ensure the correctness of each function.