This page is also available in 3 other languages

sqrt()

[Math]

Calculates the square root of a number.

Description

Syntax

sqrt(x)

Parameters

x: the number, any data type

Returns

The number’s square root. (double)