Exponential function 2**n, n being a signed integer.
More...
#include <Math.h>
template<typename T>
class pcl::Pow2I< T >
Example of use:
float x = Pow2I<float>()( -2 );
Definition at line 1736 of file Math.h.
The documentation for this class was generated from the following file: