Template:Simple recursion: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{Repeat|{{{1}}}|{{{4}}}}}{{{2}}}{{Repeat|{{{3}}}|{{{4}}}}}</includeonly><noinclude>{{Documentation}}</noinclude>")
 
(No difference)

Latest revision as of 02:14, 13 December 2012

[edit] Template documentation

Usage[edit source]

{{{Simple recursion|left repeated text|non-repeated text|right repeated text|depth}}

Example[edit source]

  • "{{Simple recursion|a|b|c|4}}" gives "aaaabcccc"
  • "{{Simple recursion|f( |f(x) + g|) + g|7}}" gives "f( f( f( f( f( f( f(f(x) + g) + g) + g) + g) + g) + g) + g) + g"
  • "{{math|[[Golden ratio|<var>φ</var>]] &asymp; {{#expr: {{Simple recursion|(|1|)^-1+1|35}}}}}}" gives "φExpression error: Unrecognized punctuation character "["." (iterative method, finding the largest of the solutions to <math>\varphi^{-1} = \varphi - 1</math>)

See also[edit source]