public interface BasicFunction
Modifier and Type | Interface and Description |
---|---|
static interface |
BasicFunction.Differentiable<N extends Number,F extends BasicFunction> |
static interface |
BasicFunction.Integratable<N extends Number,F extends BasicFunction> |
static interface |
BasicFunction.PlainUnary<T,R>
For when you want to emphasise that something is a (mathematical) function.
|
Copyright © 2019 Optimatika. All rights reserved.