This site is supported by donations to The OEIS Foundation.
Template:Limsup
From OeisWiki
The {{limsup}} mathematical formatting template typesets a limit superior (also called supremum limit) in either HTML+CSS or LaTeX.
Usage
- {{limsup}} (defaults to htm)
or
- {{limsup|htm}}
or
- {{limsup|tex}}
Examples
The code {{math|{{limsup}} ''a''{{sub|''n''}} {{=}} {{op|+}}{{sp|3}}{{sym|infty}}|&}}
yields the text style HTML+CSS
-
lim sup an = + ∞
The code {{math|{{limsup|tex}} ''a''{{sub|''n''|tex}} {{=}} {{op|+}} {{sym|infty|tex}}|$}}
yields the text style LaTeX
See also
- {{liminf}} (typesets a limit inferior (also called infimum limit) in either HTML+CSS or LaTeX)