Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Chapter 7. Complex Number Functions

Table of Contents

Implementation and Accuracy
asin
acos
atan
asinh
acosh
atanh
History

The following complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard. Equivalents to these functions are part of the C99 standard, and are part of the Technical Report on C++ Library Extensions.


PrevUpHomeNext