Difference between revisions of "Inverse Composition Rules"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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 15:34, 19 June 2009