Roots of a function: Difference between revisions

m
added whitespace before the TOC (table of contents), used a larger font (and more whitespace) for showing the formula to make it easier to read the superscripts.
No edit summary
m (added whitespace before the TOC (table of contents), used a larger font (and more whitespace) for showing the formula to make it easier to read the superscripts.)
Line 1:
{{task|Arithmetic operations}}
{{task|Arithmetic operations}}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.
 
The program should identify whether the root is exact or approximate.
For this example, use f(x)=x<sup>3</sup>-3x<sup>2</sup>+2x.
 
 
For this exampletask, use &nbsp; <big><big> f(x)=x<sup>3</sup> - 3x<sup>2</sup> + 2x. </big></big>
<br><br>
 
=={{header|Ada}}==