-
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 ?
1/ The application user enters a function.
2/ The corresponding function is printed.
3/ Other options would be implemented along the project.
**Version 1 : A global view**
Version 1 enables to print graphs of some mathematic functions.
1/ Several graphs can be printed on the same page without reload.
2/ Application is in French.
3/ The application is made up with a canvas to show the function and two buttons :
- button "OK" to print the graph
- button "Recharger" 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.
Version 3 : Optimization and further options
1/ The worker has been implemented
2/ Some code optimization has been made.