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-02-23 21:36:55 +08:00
2020-08-07 21:06:16 +02:00
2020-04-04 10:44:53 +02:00
2020-04-13 22:56:22 +02:00
2020-03-21 15:31:25 +01:00
2020-08-21 21:32:56 +02:00
2020-04-04 10:44:53 +02:00
2020-04-04 10:44:53 +02:00
2020-06-20 18:17:11 +02:00
2020-05-19 21:07:33 +02:00
2020-04-04 10:44:53 +02:00
2020-03-21 15:31:25 +01:00
2020-08-26 17:48:58 +02:00
2020-05-18 20:48:36 +02:00
2020-04-04 10:44:53 +02:00
2020-04-04 10:44:53 +02:00
2020-04-26 17:55:17 +02:00
2020-04-13 22:56:22 +02:00
2020-06-07 19:33:27 +02:00
2020-04-21 18:36:56 +02:00
2020-03-22 15:53:09 +01:00
2020-06-07 20:04:31 +02:00
2020-03-21 15:31:25 +01:00