Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Complex Number Inverse Trigonometric Functions

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