Inverse Composition Rules: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 61: | Line 61: | ||
} else if (t=='log') { func = function(x) { return Math.log(x); } | } else if (t=='log') { func = function(x) { return Math.log(x); } | ||
} | } | ||
plotf.Y = f; | |||
plotg.Y = g; | |||
} | } | ||
Revision as of 13:34, 19 June 2009