Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CLion
- 연산자
- Runtime constants
- decimal
- compile time constants
- 본즈앤올
- 프로그래밍
- 단항연산자
- #endif
- 학습 알고리즘
- Greedy
- regression problem
- standford University
- C++
- 이코테
- 기계학습
- classification problem
- 코딩테스트
- algorithm
- 형변환
- 코드블럭 오류
- #define
- 기계학습 기초
- 홍정모님
- sizeof()
- const
- coursera
- 나동빈님
- Andrew Ng
- Machine Learning
Archives
- Today
- Total
목록Floating Point Numbers (1)
wellcome_공부일기
C++ | 02.05. 부동소수점 수(Floating Point Numbers)
1. 부동소수점 수(Floating Point Numbers)란? 2. 부동소수점 수 출력하기(Printing floating point numbers) 3. 부동소수점의 정밀도(Floating point precision) 4. float와 double & long double의 최대 최소 크기 5. 부동 소수점(Floating point data types) 사용 시 주의 사항 부동소수점 수(Floating Point Numbers)란? - 정수는 전체 숫자를 세는 데는 좋지만, 때로 우리는 매우 큰 숫자, 즉 분수 성분(fractional component)을 가진 숫자를 저장이 필요할 때가 있습니다. - 부동 소수점 유형 변수는 4320.0, -3.33 또는 0.01226과 같은 실제 숫자를 보유..
프로그래밍/C++
2020. 5. 6. 23:51