Drawing a quadratic function, approximated by segments of equal length.
Params: a,b,c - coefficients of quadratic function
S - length of approximation segment
To get a ∆x I move along the tangent to the parabola using the formula ∆x = S * cos(atan(f'(x)))
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
