mayank-kgp / VoiceCalculator

Calculator with functionality of voice input and output
16 stars 22 forks source link

Add mod,square root and exponent functionality #24

Open Pritom14 opened 6 years ago

Pritom14 commented 6 years ago

Summary:

The application doesn't have the modulo, square root and exponent functionality

Steps to reproduce:

Add three buttons for modulo,square root and exponent repectively

Expected behavior:

Calculate the modulo,square root and exponent when their respective buttons are pressed

Observed behavior:

No buttons for the functionality discussed above

Device and Android version:

Lenovo K4 Note (Android 6.0)

mayank-kgp commented 6 years ago

@Pritom14 Please work on it.

RavneetDTU commented 6 years ago

@mayank-kgp Factorial , pi , % , e Button also Needed

Pritom14 commented 6 years ago

Those functions can be added later because those function falls under scientific calculation, for a normal calculator mod, square root and exponent is required as you will see in the Android calculator

On 01-Dec-2017 10:10 AM, "Ravneet Punia" notifications@github.com wrote:

@mayank-kgp https://github.com/mayank-kgp Factorial , pi , % , e Button also Needed

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mayank-kgp/VoiceCalculator/issues/24#issuecomment-348399536, or mute the thread https://github.com/notifications/unsubscribe-auth/APzU4rhvdRayNwlW5OvzMROj5wVrCgaNks5s74M5gaJpZM4QxGT_ .

mayank-kgp commented 6 years ago

@RavneetDTU I think @Pritom14 is right. We can add functions for scientific calculator later.