tranleduy2000 / ncalc

Power calculator for Android. Solve some problem algebra and calculus.
GNU General Public License v3.0
680 stars 157 forks source link

Fix issue #94: GCD function doens't work and realize GCD function #100

Closed PAUL-Zf closed 3 years ago

PAUL-Zf commented 3 years ago

Fix issue #94. The original GCD function doesn't work, So I implemented the GCD function recursively and called the function I wrote.