compute-engine icon indicating copy to clipboard operation
compute-engine copied to clipboard

"Integrate" doesn't work

Open smaxx73 opened this issue 3 years ago • 0 comments

This code :

const expr = ce.parse('x^2').json
ce.box(['Integrate', expr, ['Element', 'x', ['Interval', 0, 1]]]).latex
console.log(calculintegrale)

returns \mathrm{Integrate}(x^{2}, x\in )

smaxx73 avatar Jun 13 '22 07:06 smaxx73