JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C++ User's Guide
search filter icon
search icon

Document Information

Preface

Part I C++ Compiler

1.  The C++ Compiler

2.  Using the C++ Compiler

3.  Using the C++ Compiler Options

Part II Writing C++ Programs

4.  Language Extensions

5.  Program Organization

6.  Creating and Using Templates

7.  Compiling Templates

8.  Exception Handling

9.  Improving Program Performance

10.  Building Multithreaded Programs

Part III Libraries

11.  Using Libraries

12.  Using The C++ Standard Library

13.  Using the Classic iostream Library

14.  Using the Complex Arithmetic Library

14.1 The Complex Library

14.1.1 Using the Complex Library

14.2 Type complex

14.2.1 Constructors of Class complex

14.2.2 Arithmetic Operators

14.3 Mathematical Functions

14.4 Error Handling

14.5 Input and Output

14.6 Mixed-Mode Arithmetic

14.7 Efficiency

14.8 Complex Man Pages

15.  Building Libraries

Part IV Appendixes

A.  C++ Compiler Options

B.  Pragmas

Glossary

Index

14.8 Complex Man Pages

The remaining documentation of the complex arithmetic library consists of the man pages listed in the following table.

Table 14-3 Man Pages for Type complex

Man Page
Overview
cplx.intro(3CC4)
General introduction to the complex arithmetic library
cartpol(3CC4)
Cartesian and polar functions
cplxerr(3CC4)
Error-handling functions
cplxexp(3CC4)
Exponential, log, and square root functions
cplxops(3CC4)
Arithmetic operator functions
cplxtrig(3CC4)
Trigonometric functions