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

Content added Content deleted
Line 824: Line 824:
{{libheader|Boehm GC}}
{{libheader|Boehm GC}}


I use a garbage collector to make the free use of heap space both easier and more error-free.
I use a garbage collector to make the free use of heap space both easier and more error-free. Or, in many cases, you can simply let the memory leak.


<syntaxhighlight lang="c">
<syntaxhighlight lang="c">