Function reference · Math

parens

Wraps an expression in explicit parentheses for output.

parens creates a grouping node whose main purpose is preserving visible parentheses in formatted output. It does not change the mathematical value of the wrapped expression.

Examples

These examples use Nerdamer Notation.

Preserve explicit grouping around a sum.

parens(x+1)

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation

Nerdamer Notation

Use this form inside input passed to nerdamer(...).

parens(arg1)

← Back to Reference