8진법

Jmnote (토론 | 기여)님의 2016년 5월 2일 (월) 18:53 판 (새 문서: ==개요== ;octal, oct ;8진법, 팔진법 * 8을 밑으로 하는 기수법 * 0~7까지의 숫자 사용 : <math>\mathbf{112}_8 = \mathbf{1} \times 8^2 + \mathbf{1} \times 8^1 + \m...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

octal, oct
8진법, 팔진법
  • 8을 밑으로 하는 기수법
  • 0~7까지의 숫자 사용
[math]\displaystyle{ \mathbf{112}_8 = \mathbf{1} \times 8^2 + \mathbf{1} \times 8^1 + \mathbf{2} \times 8^0 }[/math]

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}