Steffensen's method: Difference between revisions

→‎{{header|ALGOL 68}}: Removed subjective comment
(Added Algol 68)
(→‎{{header|ALGOL 68}}: Removed subjective comment)
Line 182:
print( ( "intersection at (", FMT x, ", ", FMT y, ")", newline ) )
ELSE
CO Comment by the ATS sample's author:
In my experience, it is possible for the algorithm
to achieve tolerance and yet give a spurious
answer. Exploration of this phenomenon is beyond
the scope of this task. Such spurious answers are
easy to discard.
CO
print( ( "spurious solution", newline ) )
FI
3,026

edits