Package org.apache.commons.numbers.core
Interface NativeOperators<T>
-
- Type Parameters:
T- Type of elements.
- All Superinterfaces:
Addition<T>,Multiplication<T>
- All Known Implementing Classes:
Fraction
public interface NativeOperators<T> extends Addition<T>, Multiplication<T>
Operators that can be implemented in a more performant way using the language constructs.
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.numbers.core.Multiplication
multiply, one, reciprocal
-
-