This project is a clone of google calculator with all the features made in vue 3 + typescript.
- support for long & complex mathematical expressions
- supports trignometry and inverse functions
- supports power functions
- support for constants (π, e), random function, and factorial (i.e 7!, 2!) etc
- supports keyboard shortcuts
s for sin(
c for cos(
t for tan(
p for π
q for √(
l for log(
n for ln(
e for e
pull requests are welcome.