Documentation

Roots

Square and non-square roots.

Example

$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
$ root(3, x) $
Preview

Functions

rootElement
Question mark

A general root.

View example
$ root(3, x) $
Preview
math.root() -> content

index
none or content
Positional
Question mark
Settable
Question mark

Which root of the radicand to take.

Default: none

radicand
content
Required Positional
Question mark

The expression to take the root of.

sqrt

A square root.

View example
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
Preview
math.sqrt() -> content

radicand
content
Required Positional
Question mark

The expression to take the square root of.