Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.
This repository was archived by the owner on May 27, 2023. It is now read-only.

\sqrt seems to have trouble with variables #4

Description

@WinstonFassett

Hi! Thanks for this handy library! I'm trying to wire it up to some LaTex coming from MathQuill (http://jsbin.com/eCiNOGU/2/edit) and have run into a couple of issues.

Maybe there is a way to get around this, but the following expression will not compile():

\\sqrt{x}

I've tried a few variations, and these work:

x
\\sqrt{1}

Anytime I combine the \sqrt function with a variable, it fails with the following error:

error parsing Error: Use real(), imag(), or abs(), or arg() first.

Any suggestions? Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions