You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
In the scientific calculator module, after choosing GCD fuction and entering two integers, the calculator just displays GCD(num1, num2). It doesn't give the correct result.
Expected behavior
After entering two numbers, the greatest common divisor is expected to be displayed
To reproduce
Open NCalc+ (Which is build from latest source code)
Go to scientific calculator module
Choose GCD function in advanced button
Enter two positive integers
Incorrect result has been displayed
Configuration
Android version 9
device MI 8 Lite
Screenshots
The text was updated successfully, but these errors were encountered:
PAUL-Zf
added a commit
to PAUL-Zf/ncalc
that referenced
this issue
May 22, 2021
* Fix issue #84: Permutation result is not right
* Fix issue #84: Permutation result is not right
* Fix issue #94: GCD function doens't work and realize GCD function
* Fix issue #95: LCM function doesn't work and realize LCM function based on GCD function
Describe the bug
In the scientific calculator module, after choosing GCD fuction and entering two integers, the calculator just displays GCD(num1, num2). It doesn't give the correct result.
Expected behavior
After entering two numbers, the greatest common divisor is expected to be displayed
To reproduce
Configuration
Screenshots
The text was updated successfully, but these errors were encountered: