티스토리 뷰
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 |
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. 정사각형 모양의 제곱근 |
출처: 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
링크
TAG
- ADODB
- 왕초보 영어회화 100일의 기적
- 교육센터
- 대상
- Pte
- 상황
- 작문
- 여행영어 100일의 기적
- 정렬
- 스택
- 문법
- 영어
- VCL
- 설명
- System
- RA
- SysUtils
- SWT
- Delphi
- 독해
- tdataset
- wfd
- 알고리즘
- 일기
- 응용
- 말하기
- java
- 자료구조
- 계산기
- Reference
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함