Class | Description |
---|---|
MathFlux |
Mathematical utilities that compute sum, average, minimum or maximum values
from numerical sources or sources that can be mapped to numerical values using
custom mappings.
|
MonoAverageBigDecimal<T> |
Computes the average of source numbers and returns the result as a
BigDecimal . |
MonoAverageBigInteger<T> |
Computes the average of source numbers and returns the result as a
BigInteger . |
MonoSumBigDecimal<T> |
Computes the sun of source numbers and returns the result as
BigDecimal |