Roots of a function: Difference between revisions

Content added Content deleted
m (Added Delphi reference to Pascal code)
Line 941: Line 941:
print(findRoots(fn, -1.0, 3.0, 0.0001, 0.000000001));
print(findRoots(fn, -1.0, 3.0, 0.0001, 0.000000001));
}</lang>
}</lang>

=={{header|Delphi}}==
See [https://rosettacode.org/wiki/Roots_of_a_function#Pascal Pascal].


=={{header|DWScript}}==
=={{header|DWScript}}==