TypstDocumentation

sqrt

Calculate the square root of a number.

Example

#calc.sqrt(16) \
#calc.sqrt(2.5)
Preview

Parameters
Question mark

value
integerfloatRequiredPositional
Question mark

The number whose square root to calculate. Must be non-negative.