CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#define CPPAD_ZDOUBLE_OTHER_BINARY_OPERATOR (   op)
Value:
inline zdouble operator op(const double& x, const zdouble& z) \
{ return zdouble(x) op z; }

Define a binary arithmetic operator that is not a member because the double operand is on the left.

Definition at line 190 of file zdouble.hpp.