An open API service indexing awesome lists of open source software.

https://github.com/dryairship/sketchup

A Java program to plot the graph of simple functions.
https://github.com/dryairship/sketchup

bufferedimage image-creation java java-graphics javascript-engine

Last synced: about 2 months ago
JSON representation

A Java program to plot the graph of simple functions.

Awesome Lists containing this project

README

        

### About
A Java program to plot the graph of simple algebraic, trigonometric and exponential functions.

### How To Run
- Compile using `javac Sketchup.java`
- Run using `java Sketchup`
- Enter the function in the proper format (See the examples given below). Please wait a few seconds for the image to be rendered.

### Sample functions :
- `sin(x)`
- `cos(x)`
- `1/tan(x)`
- `x*x*x*x`
- `sin(x)*cos(x)*x`
- `tan(x)/x`
- `pow(x,sin(x))`