일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 부동소수점
- schema first
- SFINAE
- enable_if
- 어셈블리
- c++
- raycasting
- uuid-ossp
- 텍스트북
- mistel키보드
- 정렬
- psql extension
- 프라이빗클라우드
- 동료학습
- 스플릿키보드
- Cloud Spanner
- GraphQL
- 파이썬
- 42seoul
- 레이캐스팅
- 42서울
- adminbro
- 도커
- 자료구조
- 엣지컴퓨팅
- 스타트업
- 쿠버네티스
- 창업
- 이노베이션아카데미
- 어셈블리어
- Today
- Total
목록부동소수점 (2)
written by yechoi

👉이 글은 Berkeley의 Introduction to Fixed Point Number Representation를 번역했습니다. 다소 의역한 부분이 있으며, 오역한 부분이 있다면 댓글을 부탁드립니다. Introduction to Fixed Point Number Representation In real life, we deal with real numbers -- numbers with fractional part. Most modern computer have native (hardware) support for floating point numbers. However, the use of floating point is not necessarily the only way to represent ..

👉이 글은 Jeff Bezanson의 Understanding and Using Floating Point Numbers를 번역했습니다. 다소 의역한 부분이 있으며, 오역한 부분이 있다면 댓글을 부탁드립니다. C++ Article - Understanding Floating Point Numbers - Cprogramming.com Understanding and Using Floating Point Numbers by Jeff Bezanson Numbers are surely the most prevalent kind of data in computer programs. They are so fundamental that people don't spend much time talking about th..