ParseToFunction Command

From GeoGebra Manual
Revision as of 11:23, 12 April 2013 by JohannaZ (talk | contribs)
Jump to: navigation, search



ParseToFunction[ <Function>, <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