The reason you have to write it in such a manner is because it supports * / + - operators. For example, toss this formula into the field and press enter:KBSoundSmith wrote:When you enter in an equation, the written form isn't what someone would intuitively expect. For example, if I want to write in two times X times pi, or whatever, I would expect to be able to write
2Xpi
However, I have to write
2 * X * pi
for it to understand. Just a little funky, so if it can support the more natural way to write it, that would be pretty cool. Also, the "generate" button didn't work when pressed; you have to press "enter" for the equation to be processed
tanh(x * pi / 6) + sin(x * 6) * sin(pi * x)
You should get something that looks like an off-center sine wave
EDIT: documentation should also be up shortly to explain what is and is not supported.
