com.sanpudo.junit.formula
クラス UserFunc

java.lang.Object
  上位を拡張 com.sanpudo.formula.FunctionAdaptor
      上位を拡張 com.sanpudo.junit.formula.UserFunc
すべての実装されたインタフェース:
FunctionImplementation

public class UserFunc
extends FunctionAdaptor


コンストラクタの概要
UserFunc()
           
 
メソッドの概要
 double circle(double r)
           
 double test(double x)
           
 double test2(double x)
           
 
クラス com.sanpudo.formula.FunctionAdaptor から継承されたメソッド
names, numberOfArgs, supports, value, value
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UserFunc

public UserFunc()
メソッドの詳細

test

public double test(double x)

test2

public double test2(double x)

circle

public double circle(double r)