PCL
pcl::Pow2I< T > Class Template Reference

Exponential function 2**n, n being a signed integer. More...

#include <Math.h>

Detailed Description

template<typename T>
class pcl::Pow2I< T >

Example of use:

float x = Pow2I<float>()( -2 ); // x = 1/4

Definition at line 1736 of file Math.h.


The documentation for this class was generated from the following file: