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

11번째 줄: 11번째 줄:
*[[16진법]]
*[[16진법]]
*[[퍼미션]]
*[[퍼미션]]
*[[함수 dec2oct()]]
*[[함수 oct2dec()]]
*[[함수 oct2dec()]]



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

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 }}