Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

sqrt()

IMPORT_C double sqrt(double);

Description

Calculate square root. Returns the square root of parameter arg1.

Parameters

double

Non-negative floating point value.

Return value

double

Square root of arg1