Class Integroi3

java.lang.Object
  |
  +--Integroi3

public class Integroi3
extends java.lang.Object

Ohjelmalla integroidaan numeerisesti funktio-olio.

Version:
1.0, 25.03.2003
Author:
Vesa Lappalainen

Nested Class Summary
(package private) static class Integroi3.ExpFun
           
(package private) static interface Integroi3.FunktioRR
           
(package private) static class Integroi3.OmaFun
           
static class Integroi3.PerusFunktio
           
(package private) static class Integroi3.SinFun
           
 
Constructor Summary
Integroi3()
           
 
Method Summary
static double integroi(Integroi3.FunktioRR f, double x1, double x2, int tiheys)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integroi3

public Integroi3()
Method Detail

integroi

public static double integroi(Integroi3.FunktioRR f,
                              double x1,
                              double x2,
                              int tiheys)

main

public static void main(java.lang.String[] args)