Roots of a function: Difference between revisions

m
→‎{{header|REXX}}: removed STYLE from the PRE html tag.
m (Added Sidef language)
m (→‎{{header|REXX}}: removed STYLE from the PRE html tag.)
Line 1,709:
f: procedure; parse arg x; return x**3 - 3 * x**2 + 2 * x</lang>
'''output''' when using the defaults for input:
<pre>
<pre style="overflow:scroll">
found a root at 0
found a root at 1