Module:Utils/doc: Difference between revisions
ArrowHead294 (talk | contribs) m De-escape |
ArrowHead294 (talk | contribs) m Update documentation + further de-escaping |
||
Line 1: | Line 1: | ||
{{documentation| | |||
{{dochead|header=none}} | {{dochead|header=none}} | ||
This module provides several mathematical functions which are likely to be used frequently on the Xenharmonic Wiki. | This module provides several mathematical functions which are likely to be used frequently on the Xenharmonic Wiki. | ||
Line 42: | Line 43: | ||
; <code>next_young_diagram(d)</code> | ; <code>next_young_diagram(d)</code> | ||
: Returns the next Young diagram of the same size; the first one is <code> | : Returns the next Young diagram of the same size; the first one is <code>[N]</code>, the last one is <code>[1, 1, ..., 1]</code>. After the last one, <code>nil</code> is returned. The input table is modified. This function is designed to be used by other modules only; it cannot be called with <code><nowiki>{{#invoke:}}</nowiki></code>. | ||
}} |