Skip to content

sd0e/termigraph-js

Repository files navigation

Termigraph

A graphing calculator for your terminal. Built in Node.js and using my parsemath algorithm. It supports complex equations involving trigonometric functions, and up to four graphs can be plot at the same time.

It supports live graph scaling in the window using keyboard keys, and the ability to increase the resolution of the plot.

Please note that at present the graph can only plot values mapping a single input to an output, so graphs like circles are not supported.

The graphs of y = sin(x) and y = 1/x plot on the software

The graphs of y = sin(x) and y = 1/x plot on the software

Setting Up

Clone the repository, and run npm install to install the necessary package used for getting the terminal inputs. Then run npm run start to start the program.

About

JS graphing calculator in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published