advanced-security/qtil-ruby
0.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the value of 2 to the power of n. Holds only for n in the range 0..30 (inclusive).
n
import codeql.NumberUtils
int twoToThe(int n)