"16384"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;16384
;16384
;16,384
*<math>2^{14}</math>
*<math>2^{14}</math>
<syntaxhighlight lang='python' run>
print(2**14)
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# sysctl -a | grep 16384
fs.inotify.max_queued_events = 16384
fs.pipe-user-pages-soft = 16384
kernel.msgmnb = 16384
net.ipv4.tcp_wmem = 4096        16384  4194304
net.sctp.sctp_wmem = 4096      16384  4194304
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[1048576‎‎]]
{{z컬럼3|
*[[2의 거듭제곱]]
* [[XFD]]
*[[XFD]]
* [[8192]]
* [[32768]]
* [[1048576‎‎]]
* [[2의 거듭제곱]]
}}


[[분류: ]]
[[분류: 2의 거듭제곱]]

2022년 12월 1일 (목) 00:19 기준 최신판

1 개요[ | ]

16384
16,384
  • [math]\displaystyle{ 2^{14} }[/math]
print(2**14)
root@localhost:~# sysctl -a | grep 16384
fs.inotify.max_queued_events = 16384
fs.pipe-user-pages-soft = 16384
kernel.msgmnb = 16384
net.ipv4.tcp_wmem = 4096        16384   4194304
net.sctp.sctp_wmem = 4096       16384   4194304

2 같이 보기[ | ]

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