|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| #define CPPAD_STANDARD_MATH_UNARY | ( | Type, | |
| Fun | |||
| ) |
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.