Skip to main content
Version: Streamsheets 2.5

SQRT

Evaluate square root of the value.

Syntax

=SQRT(Value)

Arguments

NameDescription
ValueValue to evaluate square root for.

Return

Evaluated square root.

Examples

FormulaResultComment
=SQRT(16)
4