Plotting a function
This is a simple web app to plot a function. In the function field you have to enter the function in a particular expression way; that is; the way understandable to javascript. For example, the square root of x is written this way : Math.sqrt(x). You have also to specify the range of x values.
The app uses plotly.js, which an open source library for Javascript.
Functions Plot (Ploty.JS)
Enter Function :From : To :
To know how to use proper mathematical symbols go to this page from w3schools.