RosettaCodeData/Task/Roots-of-a-function/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
317 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: &nbsp; &nbsp; <big><big> ƒ(x) &nbsp; = &nbsp; x<sup>3</sup> - 3x<sup>2</sup> + 2x </big></big>
<br><br>