﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="thpdoc.xsl"?>
<page id="pow2" suffix=" Function" compiletime="1">
  <subsection>Returns 1 &lt;&lt; x, where x is the function argument</subsection>
  <code>int pow2(int x);</code>
  <seealso id="log2"/>
</page>