contents index previous next
Clib.sqrt()
syntax:
Clib.sqrt(x)
where:
x - number to work with.
return:
number - square root of x.
description:
This method returns the square root of x.
see:
Clib.exp(), Clib.pow()
Clib.srand()