비트연산 NOT

Jmnote bot (토론 | 기여)님의 2019년 1월 29일 (화) 00:32 판 (봇: Bitwise을(를) 비트 연산(으)로 분류 대체함)
bitwise NOT
비트연산 NOT

1 PHP

echo ~2;
// -3

2 Python

print ~2
# -3

3 같이 보기

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