Class Integroi3.PerusFunktio

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

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


Constructor Summary
Integroi3.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

Integroi3.PerusFunktio

public Integroi3.PerusFunktio()
Method Detail

f

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

toString

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

intfun

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

derfun

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

defint

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