- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Monadic bitwise NOT (bnot)
Syntax: bnot <x>
; bnot[<x>]
o)bnot 2h
-3h
o)
Explanation:
NOT 0000000000000010
================
1111111111111101