Skip to content

scientific notation #223

Open
Open
@Deseux

Description

@Deseux

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions