spis.Util.Func
Interface ScalFunctionOfScal

All Known Implementing Classes:
Exp, FunctionOfParticleE, FunctionOfParticleETheta, IsEqual, LimitedExp, Ln, Max, ReciprocalFunction, ScalFunctionOfScalFromFunctionOf4, ScalFunctionOfScalFromFunctionOf5, Sqrt, TabulatedScalFunctionOfScal

public interface ScalFunctionOfScal

Class Name : ScalFunctionOfScal
Project ref : SPIS project
File name : ScalFunctionOfScal.java
File type : interface
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 06 Feb 2004
Modification :

Description : scalar function of a scalar.

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Method Summary
 float compute(float x)
          applies this function to x and returns the result
 

Method Detail

compute

public float compute(float x)
applies this function to x and returns the result