Timeline for Implementing Adaptive function plotting
Current License: CC BY-SA 4.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Dec 20, 2020 at 13:08 | history | edited | marc_s | CC BY-SA 4.0 |
deleted 2 characters in body
|
Nov 22, 2017 at 8:25 | comment | added | user1196549 | @C9C: don't conclude too quickly. I left implicit that singularities must be handled as well. In the case of vertical asymptotes, you should stop the subdivisions when the values get big and exceed the display area. (For full safety, you can also set a minimum interval size, but I am not sure this is indispensable.) | |
Nov 22, 2017 at 1:31 | comment | added | C9C | I like how this algorithm distributes points around curves, but doesn't seem to work with functions like tan and causes a StackOverflowError for functions like 1/x, well from my implementation anyway. Here my quick implementation i.imgur.com/T2bPoUK.png | |
Nov 21, 2017 at 10:13 | history | edited | user1196549 | CC BY-SA 3.0 |
added 2 characters in body
|
Nov 21, 2017 at 10:05 | history | answered | user1196549 | CC BY-SA 3.0 |