fonctions
Class GaussReduite

java.lang.Object
  extended by fonctions.Fonction1D
      extended by fonctions.GaussReduite

public class GaussReduite
extends Fonction1D


Field Summary
 
Fields inherited from class fonctions.Fonction1D
domaine
 
Constructor Summary
GaussReduite()
           
 
Method Summary
 double valeur(double x)
           
 
Methods inherited from class fonctions.Fonction1D
f, integrale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussReduite

public GaussReduite()
Method Detail

valeur

public double valeur(double x)
Specified by:
valeur in class Fonction1D