Package org.apache.commons.math3.complex


package org.apache.commons.math3.complex
Complex number type and implementations of complex transcendental functions.
  • Classes
    Class
    Description
    Representation of a Complex number, i.e.
    Representation of the complex numbers field.
    Formats a Complex number in cartesian format "Re(c) + Im(c)i".
    Static implementations of common Complex utilities functions.
    This class implements quaternions (Hamilton's hypercomplex numbers).
    A helper class for the computation and caching of the n-th roots of unity.