Free functions
| pow2_u256 | Calculate 2 raised to the power of the given exponent using a pre-computed lookup table… |
| pow2 | Calculate 2 raised to the power of the given exponent using a pre-computed lookup table… |
| pow2_felt252 | Calculate 2 raised to the power of the given exponent using a pre-computed lookup table… |
| pow10 | Calculate 10 raised to the power of the given exponent using a pre-computed lookup table… |
| pow10_u256 | Calculate 10 raised to the power of the given exponent using a pre-computed lookup table… |