JSci.maths
Interface Mapping

All Known Implementing Classes:
Cosine, Exponential, LogisticMap, Power, RandomMap, RealFunction, RealPolynomial, Sine, Tangent

public interface Mapping

This interface defines a map or function. It is used to pass user-defined functions to some of the other maths classes.

See Also:
NumericalMath, ComplexMapping, MappingND

Method Summary
 double map(double x)
          A user-defined function.
 

Method Detail

map

double map(double x)
A user-defined function.