Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trig functions not handled correctly #10

Open
Cafetorium opened this issue Jun 30, 2020 · 0 comments
Open

Trig functions not handled correctly #10

Cafetorium opened this issue Jun 30, 2020 · 0 comments

Comments

@Cafetorium
Copy link

I used Equation Editor in Word 2010 to make the simple equation
x=sin a
where sin is added from the function dropdown.
This is converted to
x=a;
If I enclose the argument in brackets...
x=sin(a)
it converts it to
x=*(a);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant