Standard C++ Library Class Reference
}
Output :
a = (1.42804e-06,-0.0002873), b = (58.2199,69.7354)
Warnings
On compilers that don't support member function templates, the arithmetic operators will not
work on any arbitrary type. (They will work only on float, double and long doubles.) You also
will only be able to perform binary arithmetic on types that are the same.
Compilers that don't support non-converting constructors will permit unsafe downcasts (i.e.,
long double to double, double to float, long double to float).