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

generate javascript equivalent of mathematical functions #25

Open arenevier opened 12 years ago

arenevier commented 12 years ago

Hi, it would be nice to be able to generate javascript code from mathml or LaTeX. For example, on this page: http://en.wikipedia.org/wiki/Rotation_matrix#General_rotations you would give as input the code used to display the equation image, and from that, you would generate a function which takes 2 angles as parameters, and returns a Array(9).

Yoric commented 12 years ago

What kind of thing is this? A library? An add-on?