Package org.apache.commons.numbers.core
Interface Multiplication<T>
-
- Type Parameters:
T- Type of elements.
- All Known Subinterfaces:
NativeOperators<T>
public interface Multiplication<T>
Multiplication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmultiply(T a)Binary multiplication.Tone()Identity element.Treciprocal()Multiplicative inverse.
-