Roots of a function: Difference between revisions

m
→‎{{header|Sidef}}: minor code fix
m (→‎{{header|Sidef}}: modified the code to work with the latest version of Sidef)
m (→‎{{header|Sidef}}: minor code fix)
Line 2,204:
say "Root found at #{x}";
}
whencase (sign && ((value > 0) != sign)) {
say "Root found near #{x}";
}
2,747

edits