Berserk Docs
Scalar FunctionsMath Functions

sqrt

Returns the square root of the numeric expression.

Syntax

sqrt(x)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print sqrt(4)
print_0 (real)
2.0

On this page