Continued fraction: Difference between revisions

Content added Content deleted
(Added Arturo implementation)
Line 366: Line 366:


=={{header|Arturo}}==
=={{header|Arturo}}==
{{trans|Nim}}

<lang rebol>calc: function [f, n][
<lang rebol>calc: function [f, n][
[a, b, temp]: 0.0
[a, b, temp]: 0.0