PCL
pcl::Pow10I< T > Class Template Reference

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

#include <Math.h>

Detailed Description

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

Example of use:

double x = Pow10I<double>()( 5 ); // x = 10^5

Definition at line 1269 of file Math.h.


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