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

power is not an integer, you should use nth-root instead, returning an empty interval

Open xxwweb opened this issue 3 years ago • 2 comments

Hi,Your framework has a design flaw. When using the input {fn: ' x ^ (1/2)'}, It cannot be drawing, and warned me. Please tell me how to input 'x ^ (1/2)' correctly, thank you.

xxwweb avatar May 24 '22 14:05 xxwweb

This library uses interval arithmetic by default which makes it hard to do exponentiation, please check out this issue to use the regular math library https://github.com/mauriciopoppe/function-plot/issues/174

mauriciopoppe avatar May 24 '22 17:05 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 Sep 08 '22 23:09 stale[bot]