Previous: , Up: iklib numerics   [Index]


6.32.7 Additional bitwise functions

The following bindings are exported by the library (vicare).

Function: sra integer offset

An alias for bitwise-arithmetic-shift-right.

Function: sll integer offset

An alias for bitwise-arithmetic-shift-left.