sqr

Syntax

int sqr(int x)

Arguments

x
Non-negative integer 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.