fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Find GCD of two floating point numbers #192

Open sakshichahal53 opened 5 years ago

sakshichahal53 commented 5 years ago

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.
fave77 commented 5 years ago

@sakshichahal53 implement it inside the existing gcd module

pydevsg commented 5 years ago

I would like to grab this issue @pbiswas101 .

fave77 commented 5 years ago

@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 commented 5 years ago

@pydevsg your time's up

harsha-iiiv commented 5 years ago

I would like to work on this issue.

harsha-iiiv commented 5 years ago

@pbiswas101

fave77 commented 5 years ago

@harsha-iiiv you're assigned

fave77 commented 5 years ago

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

harsha-iiiv commented 5 years ago

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

fave77 commented 5 years ago

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

BenEddi commented 5 years ago

I would like to work on this issue.

Brendonovich commented 5 years ago

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 commented 5 years ago

@Brendo64 you're assigned

fBruzja commented 5 years ago

I would like to work on this issue