మూస:Simple recursion/doc
This is a documentation subpage for మూస:Simple recursion. It may contain usage information, categories and other content that is not part of the original మూస page. |
Usage
మార్చు{{{Simple recursion|left repeated text|non-repeated text|right repeated text|depth}}
Example
మార్చు"{{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>]] ≈ {{#expr: {{Simple recursion|(|1|)^-1+1|35}}}}}}"
gives "φ ≈ 1.6180339887499" (iterative method, finding the largest of the solutions to )
See also
మార్చు- Template:Loop (backlinks edit)
- Template:Substloop (backlinks edit)
- Template:For loop (backlinks edit)
- Template:Repeat (backlinks edit)