System.Sqrt

From RAD Studio API Documentation
Revision as of 19:53, 11 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function Sqrt(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Sqrt(const Extended X);

Contents

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Returns the square root of X.

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

See Also


Code Examples

Personal tools
Translations