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

Find GCD of two floating point numbers #192

Open
2 of 4 tasks
sakshichahal53 opened this issue Apr 25, 2019 · 14 comments · May be fixed by #218
Open
2 of 4 tasks

Find GCD of two floating point numbers #192

sakshichahal53 opened this issue Apr 25, 2019 · 14 comments · May be fixed by #218
Labels
beginner Beginner - 10 points enhancement New feature or request

Comments

@sakshichahal53
Copy link
Contributor

Do the checklist before filing the issue:

  • Do you have Node.js and all the relevant dev-dependencies installed?
  • Is this a bug fix?
  • Is this an enhancement?
  • Is this a feature request?
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.
  • Give your answer below:
    Input: For a = 5.60 b=2.25 gcd(a,b)
    Ouput: 0.05

@fave77 fave77 added the enhancement New feature or request label Apr 25, 2019
@fave77
Copy link
Owner

fave77 commented Apr 25, 2019

@sakshichahal53 implement it inside the existing gcd module

@pydevsg
Copy link
Contributor

pydevsg commented May 7, 2019

I would like to grab this issue @pbiswas101 .

@fave77
Copy link
Owner

fave77 commented May 13, 2019

@sakshichahal53 since you haven't made any PR related to this issue during the last 3 weeks I'm assigning this issue to @pydevsg

@fave77 fave77 added beginner Beginner - 10 points gssoc19 GirlScript Summer of Code 2019 labels May 13, 2019
@fave77
Copy link
Owner

fave77 commented May 15, 2019

@pydevsg your time's up

@harsha-iiiv
Copy link

I would like to work on this issue.

@harsha-iiiv
Copy link

@pbiswas101

@fave77
Copy link
Owner

fave77 commented May 17, 2019

@harsha-iiiv you're assigned

@harsha-iiiv harsha-iiiv mentioned this issue May 18, 2019
2 tasks
@fave77
Copy link
Owner

fave77 commented May 18, 2019

@harsha-iiiv you're assigned this issue and not #199

@fave77 fave77 mentioned this issue May 18, 2019
4 tasks
@harsha-iiiv
Copy link

Actually, I had created 'union function' before I created issue #199 .

This was referenced May 18, 2019
@fave77
Copy link
Owner

fave77 commented May 27, 2019

@harsha-iiiv your time's up for this issue

@BenEddi
Copy link

BenEddi commented May 28, 2019

I would like to work on this issue.

@Brendonovich
Copy link

Brendonovich commented Jun 8, 2019

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?

@fave77
Copy link
Owner

fave77 commented Jun 19, 2019

@Brendo64 you're assigned

@fave77 fave77 removed gssoc19 GirlScript Summer of Code 2019 up-for-grabs labels Jun 19, 2019
@fBruzja
Copy link

fBruzja commented Aug 29, 2019

I would like to work on this issue

@fBruzja fBruzja linked a pull request Aug 29, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner Beginner - 10 points enhancement New feature or request
Projects
None yet
7 participants