Skip to content
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

Math functions #30

Closed
wants to merge 1 commit into from
Closed

Math functions #30

wants to merge 1 commit into from

Conversation

Brad-eki
Copy link
Contributor

Added:

  • GCD(x1, x2)
  • LCM(x1, x2)

Status

READY

Description

To add support for GCD and LCM functions

Related Issues

No related issues.

git pull --prune
git checkout <feature_branch>
python
...

Added:
- GCD(x1, x2)
- LCM(x1, x2)
@Brad-eki
Copy link
Contributor Author

Hi @vinci1it2000, which verison of numpy do you want supported? the GCD function appeared in numpy 1.15

@vinci1it2000
Copy link
Owner

I have no problem. Generally I'm using the latest. We can fix numpy version >= 1.15.

If this will cause issues to others developers I'll move it as extras.

vinci1it2000 pushed a commit that referenced this pull request Apr 13, 2019
@vinci1it2000
Copy link
Owner

I corrected the implementation adding tests cases.

@vinci1it2000 vinci1it2000 self-requested a review April 13, 2019 15:24
@vinci1it2000 vinci1it2000 self-assigned this Apr 13, 2019
@vinci1it2000 vinci1it2000 added this to the Next Release milestone Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants