-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the FirefoxOS-plotting-calculator wiki!
Aim
This application is part of Mozilla Student Project from Université-d'Evry-Val-d'Essonne.
This project enables to print graph of Mathematic functions.
How does it work ?
The application user enter a function.
The corresponding function is printed.
Other options would be implemented along the project.
**Version 1 : A global view**
Version 1 enables to print graphs of some mathematic functions.
Several graphs can be printed on the same page without reload.
Application is in French.
The application is made up with a canvas to show the function and two button :
button "OK" to print the graph
button "Reharger" to reload the page (erase previous graphs).
Version 2 : Optimization and further options
Version 2 has been optimized, some changes have been made as:
1/ Separation of type of codes (js files are not mixed with html)
2/ Creation of a webpage to test the application available at http://subasy.github.com/FirefoxOS-
plotting-calculator.
3/ Application is now in English.
4/ User can select the domain of the function for x and y.
5/ Button "Recharger" has been deleted, there is no manual reload, the page prints only one graph of
function each time the user enters a function.
6/ Code has been optimized.