📦Free shipping over $10 in most countries and regions!



sqrt()

[Math]

Calculates the square root of a number.

Description

Syntax

sqrt(x)

Parameters

x: the number. Allowed data types: any data type.

Returns

The number’s square root. Data type: double.