Closed SimonRohou closed 4 years ago
Would it be possible to provide additional syntax for the square operation?
Function f("x", "pow(x,2)"); Function f("x", "sqr(x)"); Function f("x", "x^2"); // this one works
The users often code with pow and sqr. Thanks!
Would it be possible to provide additional syntax for the square operation?
The users often code with pow and sqr. Thanks!