function-plot
function-plot copied to clipboard
problem with plotting "sin(x)/x"
the plot of sin(x)/x seems to oscillate around x=0
while the correct plot should be:
Thanks for the report, this is a limitation of interval arithmetic when there's a division with a denominator that contains 0, please use graphType: 'polyline' to use the normal arithmetic skipping interval arithmetic.
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.