Mozilla-Student-Projects / Projects-Tracker

Keep tracks of Firefox/Thunderbird/Firefox OS features that can/should/will be implemented as add-ons/apps.
66 stars 19 forks source link

A plotting calculator for the web #48

Open Yoric opened 12 years ago

Yoric commented 12 years ago

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:

Subasy commented 11 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.

Yoric commented 11 years ago

In a first version:

  1. user inputs a formula y = E(x), where E is some arbitrary expression, e.g. y = 1/(x + 1);
  2. user enters a range for x and for y (if no range is entered, we can use some default values e.g. -1 to 1);
  3. application shows the corresponding graph

Once we have reached that stage, we'll think about how to improve this.

Subasy commented 11 years ago

Ok, Thank you.

Subasy commented 11 years ago

My repository is here https://github.com/Subasy/Mozilla-Student-Projects

Yoric commented 11 years ago

Could you rename it to something more meaningful? Perhaps FirefoxOS plotting calculator?

Subasy commented 11 years ago

The repository is here : https://github.com/Subasy/FirefoxOS-plotting-calculator.