(bitand ..args)
  args: zero or more ints
  returns an int
F

Bitwise AND.

(bitand) returns -1.

(bitand x) returns its argument.

Otherwise, returns the bitwise AND of its arguments.

atan
bitor