Calculator
Features
A multipurpose calculator that has the following features:
-
All basic operations such as:
- addition
- subtraction
- multiplication
- division
- modulus (
mod
)
- power of (
x^y
)
- percentage
over integers, decimal numbers and complex numbers.
- Memory variables that can be used as values to evaluate expressions. You can directly add/subtract/store to
a memory variable.
- Trigonometric functions such as
sin
, cos
, tan
, sinh
,
cosh
, tanh
and their inverses over integers, decimals and complex numbers.
- Permutations, combinations and factorial for integers, decimals and complex numbers.
- Logarithm functions
log
(log to base 10) and ln
(log to base e
) over integers,
decimals and complex numbers.
- Ability to use the answer of previous evaluation in an expression multiple times. For ex.
2*Ans+3/Ans
Download links
Support info
Email: [email protected]