yat
0.20.3pre
|
#include <yat/utility/stl_utility.h>
Public Member Functions | |
Log (void) | |
Log (double base) | |
T | operator() (T x) const |
Functor class to take logarithm
T should be either float
, double
, or long
double
|
inline |
Default constructor using natural base
|
inlineexplicit |
base | Taking logarithm in which base, e.g. 2 or 10. |
|
inline |