3 lines
97 B
Plaintext
Raw Normal View History

String formula = symat.ask("Enter formula:");
symat.plot(formula);
symat.plotname("Cool graph!");