RosettaCodeData/Task/Roots-of-a-function/00DESCRIPTION
2016-12-05 22:15:40 +01:00

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