8진법

Jmnote (토론 | 기여)님의 2023년 12월 27일 (수) 18:54 판

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 =64+8+2=74 }[/math]
root@wsl:~# printf "$((8#112))"
74

2 같이 보기

3 참고

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