Scientific Calculator functions?
Checklist
- [X] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- [X] I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- [X] I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- [X] This issue contains only one feature request.
- [X] I have read and understood the contribution guidelines.
- [ ] I optionally donated to support the Fossify mission.
Feature description
Add scientific calculator functions such as square, root, log, trignometry etc
Why do you want this feature?
Pretty useful for calculations
Additional information
No response
Agreed. Android has had these in the default calculator apps for a long time, in Calculator and then Exact Calculator. Powers, pi etc. are certainly needed.
Especially PI for calculating circumference, area of a circle, etc would be useful.
Exponentiation (^) and square root functions are already there, but trigonometry and pi hasn't been added (yet).
Include advanced mathematical functions such as:
- [ ] Constant π
- [ ] Factorial (!)
- [ ] Logarithm base 2
- [ ] Hyperbolic functions (sinh, cosh, tanh)
- [ ] Inverse of hyperbolic functions (sinh^-1, cosh^-1, tanh^-1)
- [ ] Cubic root (for example, cbrt(27))
- [ ] Generic root function (for example, sqrt(25) or root(9, 3))
This definitely needs work. It is a necessary feature of any calculator. I would focus on trying to imitate what already works, like the default android calculator.