CppAD: A C++ Algorithmic Differentiation Package 20110419
#define CPPAD_STANDARD_MATH_UNARY (   Name)
Value:
\
        inline float Name(const float &x)                            \
        {       return std::Name(x); }                               \
                                                                     \
        inline double Name(const double &x)                          \
        {       return std::Name(x); }

Definition at line 107 of file std_math_unary.hpp.