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)

Guide Home