cs/컴퓨터구조 및 설계-3장. Arithmetic for Computers
3.1 Introduction
leehyeon-dv
2024. 11. 17. 17:07
📌Arithmetic for Computers
컴퓨터를 위한 산술
- 정수(integer) 영역의 작업(operation)
- 덧셈(Addition)과 뺄셈(Subtraction)
- 곱셈(Multiplication)과 나눗셈(division)
- 오버플로우(overflow)를 주의해야함
- 부동 소수점(floating -point)의 실수(real numbers)
- 표현(representation)과 작업(operation)
728x90