views:

160

answers:

0

I am interested in implementing an html textbox that has auto-complete capability which supplies suggestions for mathematical functions. My goal is to be able to have a text area where a user enters a series of equations and for each variable they can select from a library of functions and custom formulas. Basically this would be intellisense capability implemented in Ajax.