ParseToFunction Command

From GeoGebra Manual
Revision as of 14:39, 14 December 2012 by Mathmum (talk | contribs) (spacing)
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