Class Integroi2.PerusFunktio

java.lang.Object
  |
  +--Integroi2.PerusFunktio
All Implemented Interfaces:
Integroi2.FunktioRR
Direct Known Subclasses:
Integroi2.ExpFun, Integroi2.OmaFun, Integroi2.SinFun
Enclosing class:
Integroi2

public static class Integroi2.PerusFunktio
extends java.lang.Object
implements Integroi2.FunktioRR


Constructor Summary
Integroi2.PerusFunktio()
           
 
Method Summary
 double defint(double x1, double x2)
           
 double derfun(double x)
           
 double f(double x)
           
 double intfun(double x)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Integroi2.PerusFunktio

public Integroi2.PerusFunktio()
Method Detail

f

public double f(double x)
Specified by:
f in interface Integroi2.FunktioRR

toString

public java.lang.String toString()
Specified by:
toString in interface Integroi2.FunktioRR
Overrides:
toString in class java.lang.Object

intfun

public double intfun(double x)
Specified by:
intfun in interface Integroi2.FunktioRR

derfun

public double derfun(double x)
Specified by:
derfun in interface Integroi2.FunktioRR

defint

public double defint(double x1,
                     double x2)
Specified by:
defint in interface Integroi2.FunktioRR