Example usage for org.apache.commons.math3.complex Complex subclass-usage

List of usage examples for org.apache.commons.math3.complex Complex subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.complex Complex subclass-usage.

Usage

From source file org.meteoinfo.math.Complex.java

/**
 *
 * @author Yaqiang Wang
 */
public class Complex extends org.apache.commons.math3.complex.Complex {

From source file syncleus.dann.math.ComplexNumber.java

public class ComplexNumber extends org.apache.commons.math3.complex.Complex
        implements TrigonometricAlgebraic<ComplexNumber> {

    public static final class Field implements syncleus.dann.math.OrderedField<ComplexNumber> {
        public static final Field FIELD = new Field();