sqrt

Syntax

double sqrt(double x)

Arguments

x
Non-negative floating point value.

Return

Square root of x.

Description

Returns the square root of parameter x.

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.