Frama-C API - Operators
This module contains all Z operators.
Bit-wise shift to the left shift_left.
Bit-wise shift to the right shift_right.
Power pow. For coherence, we're using our own pow function, which has a limit. If you want to customize this limit, use the function instead of this operator, or set it via set_pow_exponent_limit.
