RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Sqrt Function

Returns the square root of X.

Pascal
function Sqrt(const X: Extended): Extended;
C++
Extended Sqrt(const Extended X);

System

X is a Delphi floating-point expression. The result is the square root of X. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!