Student Calculator Student Calculator (Scientific Calculator)
I packed a function that would be useful if I had a calculator in college.
・ If you touch the part you want to correct, you can correct it without deleting everything.
・ Consideration of operator precedence
・ Calculation of parentheses
・ Display the calculation result in parentheses.
Example: In the case of ((2 + 3)? * 2), 5?: = 10 is displayed.
? Display in parentheses with "question mark"
・ Trigonometric function ・ Root ・ Napier number ... etc
・ Radian / degree change function
-Switching function of exponential notation by the display limit of the number of digits
I would be grateful if you could tell me anything if there is room for improvement or features you want to add.
Student calculator by hazama
I packed a function that would be useful if I had a calculator in college.
・ If you touch the part you want to correct, you can correct it without deleting everything.
・ Consideration of operator precedence
・ Calculation of parentheses
・ Display the calculation result in parentheses.
Example: In the case of ((2 + 3)? * 2), 5?: = 10 is displayed.
? Display in parentheses with "question mark"
・ Trigonometric function ・ Root ・ Napier number ... etc
・ Radian / degree change function
-Switching function of exponential notation by the display limit of the number of digits
I would be grateful if you could tell me anything if there is room for improvement or features you want to add.
Student calculator by hazama
Show More