org.stellarium.functional
Interface UnaryFunction

All Known Implementing Classes:
EllipticalOrbit.SolveKeplerFunc1, EllipticalOrbit.SolveKeplerFunc2, EllipticalOrbit.SolveKeplerLaguerreConway, EllipticalOrbit.SolveKeplerLaguerreConwayHyp

public interface UnaryFunction

Version:
$revision$
Author:
Jerome Beau

Method Summary
 double operator(double d)
          Perform the function.
 

Method Detail

operator

double operator(double d)
Perform the function.

Parameters:
d - The variable
Returns:
The function result