https://github.com/cluzier/graphcalc
A simple Raycast graphing calculator extension
https://github.com/cluzier/graphcalc
graphic-calculator mathematics raycast
Last synced: about 1 month ago
JSON representation
A simple Raycast graphing calculator extension
- Host: GitHub
- URL: https://github.com/cluzier/graphcalc
- Owner: cluzier
- License: mit
- Created: 2024-05-21T00:33:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:51:25.000Z (12 months ago)
- Last Synced: 2025-02-19T21:22:14.573Z (3 months ago)
- Topics: graphic-calculator, mathematics, raycast
- Language: TypeScript
- Homepage: https://www.raycast.com/conner_luzier/graphcalc
- Size: 13.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#
GraphCalc
A simple Raycast graphing calculator extension.
## Features
- Simple arithmetic
- addition
- subtraction
- multiplication
- division
- Trigonometry
- sine
- cosine
- tangent
- Equation/Expression history## Screenshots


## Tech Stack
**Client:** React, [react-vis](https://uber.github.io/react-vis/)
**Server:** Node
## Authors
- [@cluzier](https://www.github.com/cluzier)