-
Notifications
You must be signed in to change notification settings - Fork 49
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
Find GCD of two floating point numbers #192
Comments
@sakshichahal53 implement it inside the existing gcd module |
I would like to grab this issue @pbiswas101 . |
@sakshichahal53 since you haven't made any PR related to this issue during the last 3 weeks I'm assigning this issue to @pydevsg |
@pydevsg your time's up |
I would like to work on this issue. |
@pbiswas101 |
@harsha-iiiv you're assigned |
@harsha-iiiv you're assigned this issue and not #199 |
Actually, I had created 'union function' before I created issue #199 . |
@harsha-iiiv your time's up for this issue |
I would like to work on this issue. |
I believe I have implemented this enhancement, though it only works with a predefined number of decimal places (10) and is limited by Number.MAX_VALUE. May I please be assigned to this issue? |
@Brendo64 you're assigned |
I would like to work on this issue |
Do the checklist before filing the issue:
NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.
Input: For a = 5.60 b=2.25 gcd(a,b)
Ouput: 0.05
The text was updated successfully, but these errors were encountered: