Open Yoric opened 12 years ago
Hello,
I'm from the Université-Val-d'Essonne and I would like to have more details about this project. Before I wanted to handle the 3d-Rust issue but it would be too difficult for me to handle it alone.
So Could you detail me your expectation for the final result of this project please ?
Thank you.
In a first version:
y = E(x)
, where E
is some arbitrary expression, e.g. y = 1/(x + 1)
;Once we have reached that stage, we'll think about how to improve this.
Ok, Thank you.
My repository is here https://github.com/Subasy/Mozilla-Student-Projects
Could you rename it to something more meaningful? Perhaps FirefoxOS plotting calculator
?
The repository is here : https://github.com/Subasy/FirefoxOS-plotting-calculator.
Cellphones are commonly used as calculators. Let's make them web-able phones able to plot mathematical functions.
The objective of this project is to implement an open web application with the following features:
A few notable points:
1/x
is not defined ifx
is0
andln(x)
is not defined ifx <= 0
);