function-plot icon indicating copy to clipboard operation
function-plot copied to clipboard

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

Open eczn opened this issue 2 years ago • 2 comments

image

eczn avatar Dec 17 '23 09:12 eczn

This is a consequence of carrying errors using interval arithmetic which is the default evaluator, please check https://github.com/mauriciopoppe/function-plot/issues/177#issuecomment-1002866152 for more info.

You can use the following to use the builtIn evaluator

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

mauriciopoppe avatar Dec 18 '23 04:12 mauriciopoppe

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[bot] avatar Mar 17 '24 09:03 stale[bot]