CppAD: A C++ Algorithmic Differentiation Package  20130102
#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 201 of file base_std_math.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines