Documentation

Under/Over

Delimiters above or below parts of an equation.

The braces and brackets further allow you to add an optional annotation below or above themselves.

Functions

underlineElement
Question mark
Go to source

A horizontal line under content.

ExpandView example
$ underline(1 + 2 + ... + 5) $
math.underline(content) → content

body
content
RequiredPositional
Question mark

The content above the line.

overlineElement
Question mark
Go to source

A horizontal line over content.

ExpandView example
$ overline(1 + 2 + ... + 5) $
math.overline(content) → content

body
content
RequiredPositional
Question mark

The content below the line.

underbraceElement
Question mark
Go to source

A horizontal brace under content, with an optional annotation below.

ExpandView example
$ underbrace(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underbrace() → content

body
content
RequiredPositional
Question mark

The content above the brace.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content below the brace.

overbraceElement
Question mark
Go to source

A horizontal brace over content, with an optional annotation above.

ExpandView example
$ overbrace(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overbrace() → content

body
content
RequiredPositional
Question mark

The content below the brace.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content above the brace.

underbracketElement
Question mark
Go to source

A horizontal bracket under content, with an optional annotation below.

ExpandView example
$ underbracket(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underbracket() → content

body
content
RequiredPositional
Question mark

The content above the bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content below the bracket.

overbracketElement
Question mark
Go to source

A horizontal bracket over content, with an optional annotation above.

ExpandView example
$ overbracket(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overbracket() → content

body
content
RequiredPositional
Question mark

The content below the bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content above the bracket.

underparenElement
Question mark
Go to source

A horizontal parenthesis under content, with an optional annotation below.

ExpandView example
$ underparen(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underparen() → content

body
content
RequiredPositional
Question mark

The content above the parenthesis.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content below the parenthesis.

overparenElement
Question mark
Go to source

A horizontal parenthesis over content, with an optional annotation above.

ExpandView example
$ overparen(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overparen() → content

body
content
RequiredPositional
Question mark

The content below the parenthesis.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content above the parenthesis.

undershellElement
Question mark
Go to source

A horizontal tortoise shell bracket under content, with an optional annotation below.

ExpandView example
$ undershell(0 + 1 + dots.c + n, n + 1 "numbers") $
math.undershell() → content

body
content
RequiredPositional
Question mark

The content above the tortoise shell bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content below the tortoise shell bracket.

overshellElement
Question mark
Go to source

A horizontal tortoise shell bracket over content, with an optional annotation above.

ExpandView example
$ overshell(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overshell() → content

body
content
RequiredPositional
Question mark

The content below the tortoise shell bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark
Default: none

The optional content above the tortoise shell bracket.