cortexjs.io icon indicating copy to clipboard operation
cortexjs.io copied to clipboard

option power in canonicalform is still available ?

Open Deseux opened this issue 10 months ago • 1 comments

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 avatar Apr 26 '24 21:04 Deseux

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.

Deseux avatar Apr 26 '24 21:04 Deseux