Go to: Return value. Related commands. Examples.

Synopsis

sqrt <float>

Returns the square root of the given value.

Return value

float

Related commands

pow, log, exp

Examples

 
	sqrt 24;
	// Result: 4.898979486 //