coins.ffront
クラス Complex

java.lang.Object
  |
  +--coins.ffront.Complex

class Complex
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  double img
           
(パッケージプライベート)  double real
           
 
コンストラクタの概要
(パッケージプライベート) Complex(double r, double i)
           
 
メソッドの概要
(パッケージプライベート)  Complex add(Complex c)
           
(パッケージプライベート)  Complex div(Complex c)
           
(パッケージプライベート)  Complex mul(Complex c)
           
(パッケージプライベート)  Complex sub(Complex c)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

real

double real

img

double img
コンストラクタの詳細

Complex

Complex(double r,
        double i)
メソッドの詳細

add

Complex add(Complex c)

sub

Complex sub(Complex c)

mul

Complex mul(Complex c)

div

Complex div(Complex c)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString