CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
std::ostream& operator<< ( std::ostream &  os,
const zdouble z 
)
friend

For zdouble objects z1, z2, and std::ostream os, declare the following friends:

os << z1
fabs(z1)
pow(z1, z2)
fabs_geq(z1, z2)
fun(z1)

where fun is any of the standard math unary functions.

Definition at line 435 of file zdouble.hpp.