Path: | rdoc/complex.rdoc |
Last Update: | Sun Nov 14 14:53:48 -0800 2010 |
Contents:
These create a GSL::Complex object with real and imaginary part re, im.
This returns a GSL::Complex object in polar representation, with the amplitude r and the phase (argument) theta.
Returns the real part
Returns the imaginary part
Returns the argument (i.e. phase angle in radians) of self.
Returns the magnitude, squared magnitude, and the logarithm of the magnitude
Return the sum of the complex numbers self and b.
Return the difference of the complex numbers self and b.
Returns the product of the complex numbers self and b.
Returns the quotient of the complex numbers self and b.
Returns the complex conjugate of the complex number self.
Returns the inverse of the complex number self.
Returns the negative of the complex number self.