ParseToFunction Command

From GeoGebra Manual
Revision as of 20:19, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Jump to: navigation, search



ParseToFunction[ <Function f>, <String> ]
Parses the string and stores the result to function f. Function f must be defined and free before the command is used.
Example:
Define f(x) = 3x² + 2 and text1 = "f(x) = 3x + 1".
ParseToFunction[f(x), text1] returns f(x) = 3x + 1.
© 2024 International GeoGebra Institute