티스토리 뷰

Delphi

function Sqrt(const X: Extended): Extended;

C++

extern PACKAGE Extended __fastcall Sqrt(const Extended X);

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.

 

X의 제곱근을 반환합니다.

X는 델파이 부동 소수점 표현입니다.

결과는 X의 제곱근입니다.

 

Example

var

  Num: Single;

 

begin

  Num := 0.5;

 

  // 7.07106781186548E-0001

  Writeln(Sqrt(Num));

  Readln;

end.

 

square 미국식 [skwer] 

1. 정사각형 모양의
2.
직각의, (거의) 직각을 이루는
3. (
측정 단위 뒤에 쓰여) 제곱의

square root 

제곱근

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Sqrt

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.SysUtils.ExtractFileName  (0) 2017.03.20
[Reference] System.Include  (0) 2017.03.19
[Reference] System.RmDir  (0) 2017.03.17
[Reference] System.SysUtils.FindFirst  (0) 2017.03.16
[Reference] System.Val  (0) 2017.03.15
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함