CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#define CPPAD_STANDARD_MATH_UNARY (   Type,
  Fun 
)
Value:
inline Type Fun(const Type& x) \
{ return std::Fun(x); }

This macro defines the function.

     y = CppAD:Fun(x)

where the argument x and return value y have type Type using the corresponding function std::Fun.

Definition at line 180 of file base_std_math.hpp.