| complex, CPLX.INTRO | introduction to C++ complex mathematics library |
| iostream, IOS.INTRO | buffering, formatting and input/output |
| task, TASK.INTRO | coroutines, multiple threads of control, C++ task library |
| cartesian/polar, cartpol | functions for the C++ Complex Math Library |
| complex_error, cplxerr | error-handling function for the C++ Complex Math Library |
| exp, log, pow, sqrt, cplxexp | exponential, logarithm, power, square root functions for the C++ complex library |
| complex_operators: operators for the C++ complex math library, cplxops | |
| cplxtrig | trigonometric and hyperbolic functions for the C++ complex library |
| filebuf | buffer for file I/O. |
| fstream | iostream and streambuf specialized to files |
| Interrupt_handler, interrupt | signal handling for the C++ task library |
| ios | input/output formatting |
| istream | formatted and unformatted input |
| manipulators, manip | iostream out of band manipulations |
| ostream | formatted and unformatted output |
| queue | qheads and qtails for the C++ task library |
| streambuf, sbuf.prot | interface for derived classes |
| streambuf, sbuf.pub | public interface of character buffering class |
| strstreambuf, ssbuf | streambuf specialized to arrays |
| stdiobuf | iostream specialized to stdio FILE |
| strstream | iostream specialized to arrays |
| task | coroutines, multiple threads of control, C++ task library |
| tasksim | histograms and random numbers for simulations with C++ tasks |