Returns the square root of a specified number.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.sqrt(float a)

Parameters

Name Data Type Description
a Float A (positive) number.

Return Value

Data Type Description
Float The square root of the specified number.

Expand image Examples

SXML