Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

根 [⚠️ need proofread]

平方根和非平方根。 [⚠️]

示例

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

函数

root元素
Question mark
自始可用Go to source

A general root.

Expand展开示例
$ root(3, x) $
math.root() → content

index
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

Which root of the radicand to take.

radicand
content
必需参数
Question mark
位置参数
Question mark

The expression to take the root of.

sqrt自始可用Go to source

A square root.

Expand展开示例
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
math.sqrt(content) → content

radicand
content
必需参数
Question mark
位置参数
Question mark

The expression to take the square root of.