[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5. Complex Numbers

The functions described in this chapter provide support for complex numbers. The algorithms take care to avoid unnecessary intermediate underflows and overflows, allowing the functions to evaluated over the as much of the complex plane as possible.

For multiple-valued functions the branch cuts have been chosen to follow the conventions of Abramowitz and Stegun in the Handbook of Mathematical Functions. The functions return principal values which are the same as those in GNU Calc, which in turn are the same as those in Common Lisp, The Language (Second Edition) (n.b. The second edition uses different definitions from the first edition) and the HP-28/48 series of calculators.

The complex types are defined in the header file `gsl_complex.h', while the corresponding complex functions and arithmetic operations are defined in `gsl_complex_math.h'.

5.1 Complex numbers  
5.2 Properties of complex numbers  
5.3 Complex arithmetic operators  
5.4 Elementary Complex Functions  
5.5 Complex Trigonometric Functions  
5.6 Inverse Complex Trigonometric Functions  
5.7 Complex Hyperbolic Functions  
5.8 Inverse Complex Hyperbolic Functions  
5.9 References and Further Reading  



This document was generated by Michael Stenner on February, 14 2002 using texi2html