Find limit of recursion: Difference between revisions

Content added Content deleted
(Added Eralng)
m (→‎{{header|MATLAB}}: works the same in Octave)
Line 862: Line 862:
Would set the recursion limit to one million.
Would set the recursion limit to one million.


=={{header|MATLAB}}==
=={{header|MATLAB}} / {{header|Octave}}==
The recursion limit can be 'get' and 'set' using the "get" and "set" keywords.
The recursion limit can be 'get' and 'set' using the "get" and "set" keywords.