This site is supported by donations to The OEIS Foundation.

Template:~Pochhammer/doc

From OeisWiki
Jump to: navigation, search

This documentation subpage contains instructions, categories, or other information for Template:~Pochhammer. [<Edit> Template:~Pochhammer]

[⧼Purge⧽ Template:~Pochhammer/doc]
The {{~Pochhammer}} core function template, used by the {{Pochhammer}} mathematical function template, implements a generalized Pochhammer function where the factors are incremented by the third argument value. The {{Pochhammer}} mathematical function template calls {{~Pochhammer}} using the value 1 for the third argument. The data validation must have been done by a shell function, e.g. by {{Pochhammer}} for the Pochhammer function. This template works by repeating conditional multiplications for up to 
32
times.

See {{Pochhammer/doc}}.

Code

See {{Pochhammer/code#~Pochhammer core code}}.