HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
BITAND
Syntax
BITAND(int1[, int2..,intn])
Description
Bitwise logical AND. Takes n integers as input and returns their bitwise logical AND.
Example
BITAND(20, 13) returns 4
BITAND — Discussion
↑Back to top