org.matheclipse.core.generic.interfaces
Interface INumericFunction<T>
-
public interface INumericFunction<T>A INumericFunction provides a transformation of adoublevalue into a resulting object.Implementors of INumericFunction which may cause side effects upon evaluation are strongly encouraged to state this fact clearly in their API documentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Tapply(double value)Applys the function to adoublevalue, resulting in an object of typeT.
-
-
-
Method Detail
-
apply
T apply(double value)
Applys the function to adoublevalue, resulting in an object of typeT.- Parameters:
value- a givendoublevalue.- Returns:
- The resulting object.
-
-
DMelt 3.0 © DataMelt by jWork.ORG