Fabian Homborg 5b1c000a2e math: Add bitwise and/or functions
Just as `math "bitand(5,3)"` and `math "bitor(6,2)"`.

These cast to long long before doing their thing,
so they truncate to an integer, producing weird results with floats.

That's to be expected because float representation is *very*
different, and performing bitwise operations on floats feels quite useless.

Fixes #7281.
2020-08-26 17:48:58 +02:00
..
2020-08-26 17:48:58 +02:00
2020-08-24 13:22:35 -07:00
2017-07-25 12:44:26 -07:00
2020-06-14 19:30:03 +02:00