Jan-Sandr / Grafer

2 stars 1 forks source link

[Function] Implement algorithm which add precision points on curve's edges #203

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

Application's calculation process is limited to 2 decimal places. For most graphs it is enough but there are some where this limitation is visible problem. Most common is logarithm and it is even worse when base is high. Another example where it is visible: √(sin(x)) Try to implement algorithm that calculate few more points for beginning and end of the curve.

To do:

Jan-Sandr commented 2 years ago

In future I plan to replace it with something like equation analyzator which will return key points for x. For basic usage this is enough :)