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

scientific notation

Open Deseux opened this issue 10 months ago • 0 comments

Description

When serializing powers of 10 to LaTeX using scientific notation, the coefficient 1 is omitted from the result.

Steps to Reproduce

console.log(engine.parse('1000').toLatex({ notation: 'scientific'))

Actual Result

10^{3}

Expected Result

1\cdot10^{3}

Deseux avatar Dec 13 '24 20:12 Deseux