Package edu.jas.arith

Class BigDecimalComplex

java.lang.Object
edu.jas.arith.BigDecimalComplex
All Implemented Interfaces:
AbelianGroupElem<BigDecimalComplex>, AbelianGroupFactory<BigDecimalComplex>, Element<BigDecimalComplex>, ElemFactory<BigDecimalComplex>, GcdRingElem<BigDecimalComplex>, MonoidElem<BigDecimalComplex>, MonoidFactory<BigDecimalComplex>, RingElem<BigDecimalComplex>, RingFactory<BigDecimalComplex>, StarRingElem<BigDecimalComplex>, Serializable, Comparable<BigDecimalComplex>

public final class BigDecimalComplex extends Object implements StarRingElem<BigDecimalComplex>, GcdRingElem<BigDecimalComplex>, RingFactory<BigDecimalComplex>
BigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface. Objects of this class are immutable.
See Also: