leehyeon-dv 님의 블로그

3.1 Introduction 본문

컴퓨터구조 및 설계/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)

'컴퓨터구조 및 설계 > 3장. Arithmetic for Computers' 카테고리의 다른 글

3.7 실례: x86의 SSE와 AVK  (1) 2024.11.20
3.5 Floating Point  (0) 2024.11.20
3.4 Division  (0) 2024.11.18
3.3 Multiplication  (1) 2024.11.18
3.2 Addition and Subtraction  (0) 2024.11.17