"비트연산 NOT"의 두 판 사이의 차이

18번째 줄: 18번째 줄:
*[[bitwise AND]]
*[[bitwise AND]]
*[[bitwise OR]]
*[[bitwise OR]]
*[[not]]

2014년 5월 31일 (토) 17:07 판


1 PHP

echo ~2;
// -3

2 Python

print ~2
# -3

3 같이 보기

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