Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pow, sqr in Function definitions #468

Closed
SimonRohou opened this issue Jul 3, 2020 · 0 comments
Closed

pow, sqr in Function definitions #468

SimonRohou opened this issue Jul 3, 2020 · 0 comments
Assignees

Comments

@SimonRohou
Copy link
Member

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!

@gchabert gchabert self-assigned this Jul 3, 2020
gchabert pushed a commit that referenced this issue Sep 4, 2020
@gchabert gchabert closed this as completed Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants