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

Problem with the function image about coefficients #7

Closed
ChangSakura opened this issue Aug 10, 2023 · 3 comments
Closed

Problem with the function image about coefficients #7

ChangSakura opened this issue Aug 10, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ChangSakura
Copy link

ChangSakura commented Aug 10, 2023

Description

In the function image, the rendering functions with coefficients has problems.

Reproduction

Input functions with some coefficients.

Expected behavior

It is expected that in the function image, the rendering of functions with coefficients is correct.

Screenshots

[Example 1]

image
After enclosing the coefficients in parentheses, the image renders fine:
image

[Example 2]

image
After enclosing the coefficients in parentheses, the image renders fine:
image

[Example 3]

image
After enclosing the coefficients in parentheses, the image renders fine:
image

[Example 4]

image
After removing the brackets where the coefficients are, the image renders fine:
image

[Example 5]

image
After removing the brackets where the coefficients are, the image renders fine:
image

@ChangSakura ChangSakura added the bug Something isn't working label Aug 10, 2023
@GregTaoo
Copy link

GregTaoo commented Aug 10, 2023

try y=sin(eπx), y=sin(xeπ), y=sin(x(eπ))
y=sin(eπx) or y=sin(x(eπ)) wouldn't be displayed

@ChangSakura ChangSakura changed the title Problem with the function image about trigonometric functions with coefficients not enclosed in parentheses Problem with the function image about trigonometric functions with coefficients Aug 10, 2023
@ChangSakura ChangSakura changed the title Problem with the function image about trigonometric functions with coefficients Problem with the function image about coefficients Aug 10, 2023
@GregTaoo
Copy link

Also try y=eπx and y=x(eπ)

@NriotHrreion
Copy link
Member

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants