Solaris' compiler freaked hard on the pow function—couldn't figure out whether it should return an int or a float or something, when I used it to get very small powers of two. So I am going to write a silly, simple function (that only gets used a couple of times in an entire execution, and only with very small arguments, so the fact that it is not super efficient should not be a big problem).
x |
the integer to raise 2 to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.