Returns the square root of X.
function Sqrt(const X: Extended): Extended;
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!
|