android-calculator icon indicating copy to clipboard operation
android-calculator copied to clipboard

Some buttons like cube, log, ln, square, square root, backspace are added to improve user experience.

Open subrahmanya9 opened this issue 1 year ago • 0 comments

Following changes were made in the original source code. Buttons added.

  1. Cube: After entering a number click this button to calculate cube of the number.

  2. LOG: After entering a number click this button to calculate log to the base 10 of the number.

  3. LN: After entering a number click this button to calculate log to the base e of the number.

  4. Square: After entering a number click this button to calculate square of the number.

  5. Square root: After entering a number click this button to calculate square root of the number.

  6. Backspace: Click this button to delete digits of the number one by one.

subrahmanya9 avatar Dec 09 '22 08:12 subrahmanya9