Typst Fumadocs

Roots

Documentation for the roots functions.

Square and non-square roots.

Example

Loading compiler...

A general root.

Loading compiler...
#math.root(
  index,
  radicand
) -> content

Parameters

Prop

Type

A square root.

Loading compiler...
#math.sqrt(
  radicand
) -> content

Parameters

Prop

Type

On this page