"8진법"의 두 판 사이의 차이

(새 문서: ==개요== ;octal, oct ;8진법, 팔진법 * 8을 밑으로 하는 기수법 * 0~7까지의 숫자 사용 : <math>\mathbf{112}_8 = \mathbf{1} \times 8^2 + \mathbf{1} \times 8^1 + \m...)
 
5번째 줄: 5번째 줄:
* 0~7까지의 숫자 사용
* 0~7까지의 숫자 사용
: <math>\mathbf{112}_8 = \mathbf{1} \times  8^2 + \mathbf{1} \times  8^1 + \mathbf{2} \times  8^0 </math>
: <math>\mathbf{112}_8 = \mathbf{1} \times  8^2 + \mathbf{1} \times  8^1 + \mathbf{2} \times  8^0 </math>
==같이 보기==
*[[2진법]]
*[[10진법]]
*[[16진법]]


==참고 자료==
==참고 자료==

2016년 5월 2일 (월) 18:53 판

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 같이 보기

3 참고 자료

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