Package dev.nm.analysis.function
-
Interface Summary Interface Description Function<D,R> The mathematical concept of a function expresses the idea that one quantity (the argument of the function, also known as the input) completely determines another quantity (the value, or output). -
Class Summary Class Description FunctionOps These are some commonly used mathematical functions.SubFunction<R> A sub-function, g, is defined over a subset of the domain of another (original) function, f. -
Exception Summary Exception Description Function.EvaluationException This is theRuntimeException
thrown when it fails to evaluate an expression.