Even simpler function plotter

From JSXGraph Wiki
Revision as of 16:40, 22 March 2010 by A WASSERMANN (talk | contribs) (New page: <html> <input type="text" id="input" value="sin(x)*x"> <input type="button" value="plot" onClick="plotter()"> </form> <jsxgraph width="600" height="400"> var board = JXG.JSXGraph.initBoard...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<html> <input type="text" id="input" value="sin(x)*x"> <input type="button" value="plot" onClick="plotter()"> </form>