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