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