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

error painting of (6x ^ 5 - 15x ^ 4 + 10x ^ 3) ? #263

Open
eczn opened this issue Dec 17, 2023 · 2 comments
Open

error painting of (6x ^ 5 - 15x ^ 4 + 10x ^ 3) ? #263

eczn opened this issue Dec 17, 2023 · 2 comments
Labels

Comments

@eczn
Copy link

eczn commented Dec 17, 2023

image
@mauriciopoppe
Copy link
Owner

mauriciopoppe commented Dec 18, 2023

This is a consequence of carrying errors using interval arithmetic which is the default evaluator, please check #177 (comment) for more info.

You can use the following to use the builtIn evaluator

data: [
	{
		fn: '6x ^ 5 - 15x ^ 4 + 10x ^ 3',
		graphType: 'polyline'
	}
]

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants