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

option power in canonicalform is still available ? #50

Open
Deseux opened this issue Apr 26, 2024 · 1 comment
Open

option power in canonicalform is still available ? #50

Deseux opened this issue Apr 26, 2024 · 1 comment

Comments

@Deseux
Copy link

Deseux commented Apr 26, 2024

console.log( engine.parse('3^2', { canonical: ['Power'] }).json) gives me [ "Square", 3 ].

But in the documentation on https://cortexjs.io/compute-engine/reference/core/#CanonicalForm, I can read :

Capture d’écran du 2024-04-26 23-12-49

@Deseux
Copy link
Author

Deseux commented Apr 26, 2024

In the same documentation, I read :

Capture d’écran du 2024-04-26 23-20-31

But console.log('engine.parse('3\times3', { canonical: ['Multiply'] }).json) gives me [ "Multiply", 3, 3 ] and there is no Power.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant