Skip to content

Parse mathematical constants "e" and "pi" #65

@AziAdFH

Description

@AziAdFH

When LaTeX expression contains mathematical constants "e" and "pi", it's impossible to run in Maxima: for example \lim_{x\to\pi}(e^x) converts to limit(((e^x)),x,(pi))
Perhaps it should be converted to limit(((%e^x)),x,(%pi)) (with %) or is this how it should be?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions