Class Integroi3.SinFun

java.lang.Object
  |
  +--Integroi3.PerusFunktio
        |
        +--Integroi3.SinFun
All Implemented Interfaces:
Integroi3.FunktioRR
Enclosing class:
Integroi3

static class Integroi3.SinFun
extends Integroi3.PerusFunktio


Constructor Summary
(package private) Integroi3.SinFun()
           
 
Method Summary
 double f(double x)
           
 
Methods inherited from class Integroi3.PerusFunktio
defint, derfun, intfun, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Integroi3.SinFun

Integroi3.SinFun()
Method Detail

f

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