Roots of a function: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: minor code fix)
m (→‎faster version and timings: marked a version as "incomplete".)
Line 2,066: Line 2,066:


===faster version and timings===
===faster version and timings===

{{incomplete|REXX| <br><br> This version doesn't: <br><br> --- find the roots of the specified function, <br> --- doesn't show the roots, <br> --- doesn't show if the root is exact or approximate. <br><br> }}

<lang rexx>/* REXX */
<lang rexx>/* REXX */
Parse Version v; Say v
Parse Version v; Say v