8 lines
314 B
Text
8 lines
314 B
Text
;Task:
|
|
Create a program that finds and outputs the roots of a given function, range and (if applicable) step width.
|
|
|
|
The program should identify whether the root is exact or approximate.
|
|
|
|
|
|
For this task, use: <big><big> ƒ(x) = x<sup>3</sup> - 3x<sup>2</sup> + 2x </big></big>
|
|
<br><br>
|