fooplot icon indicating copy to clipboard operation
fooplot copied to clipboard

Variable next to bracket seems not to work, e.g. x(1+x)

Open q2apro opened this issue 9 years ago • 1 comments

Example x(1+x): http://fooplot.com/plot/nr9v8lks2i throws:

TypeError: vars.x is not a function

Maybe we should "scan" the string beforehand and add a * if we find a string like "variable(...)".

q2apro avatar Apr 08 '15 06:04 q2apro

This syntax for multiplication is unsupported since x() would be interpreted as a function call.

dheera avatar Apr 08 '15 22:04 dheera