anl.aida.formula
Interface DoubleFunction

All Known Implementing Classes:
ASTAbs.AbsFunction, ASTCos.Cos, ASTCosd.Cosd, ASTExp.Exp, ASTLn.Ln, ASTLog.Log, ASTNeg.Neg, ASTSin.Sin, ASTSind.Sind, ASTSqr.Sqr, ASTSqrt.Sqrt, ASTTan.Tan, ASTTand.Tand

public interface DoubleFunction

Version:
$Revision$ $Date$

Method Summary
 double apply(double val)
          Apply some function to the specified double and return the result.
 

Method Detail

apply

double apply(double val)
Apply some function to the specified double and return the result.

Parameters:
val - the value to operation on
Returns:
the result of the operation.