Continued fraction/Arithmetic/G(matrix ng, continued fraction n): Difference between revisions

Content deleted Content added
Chemoelectric (talk | contribs)
Rdm (talk | contribs)
m grammar
Line 2,235:
=={{header|J}}==
 
Note that the continued fraction representation used here differs from those implemented in the [[Continued_fraction]] fraction task. In that task, we alternated '''a''' and '''b''' values. Here, we only work with '''a''' values -- '''b''' is implicitly always <code>1</code>.
 
Implementation: